Impossible to store certain datetime formats in SQL Server

后端 未结 4 1490
夕颜
夕颜 2020-12-22 07:51

At the moment I have a column that holds timestamps as a datetime

The data is being stored as 10/30/2011 10:50:34 AM

My goal is to

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 08:39

    The data is stored independent of format. You only need to reformat dates for display purposes.

提交回复
热议问题