Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
日時値のリストがあり、それらを時間ベースにグループ化する必要があります。何かのようなもの
あなたは100の変換であなたの時間形式を変換することができます
select convert(varchar, GetDate(), 100) as '100 Conversion'
可能な結果: 2013 年 8 月 27 日 6:13PM 部分文字列のような文字列操作を使用して、数値 6 と PM を取得します。
ロジックを実行して、取得したデータを並べ替えます。
その後、問題は解決しました。これが役に立てば幸いです。