データは既に varchar にあるため、最初に日付に変換する必要があります: select convert(varchar(10), cast(ts as date), 101) from <your table>