在sql表中插入数据:
2016-01-07 09:38:58.310
我只需要在3个字母中输入月份,如下所示:
Jan
Select Convert(char(3),GetDate(),0)
如果您需要月份的全名,请尝试
Select Datename(month,GetDate())