SQL的datetime类型数据转换为字符串格式大全

时间:2016-11-04 05:32:52
【文件属性】:

文件名称:SQL的datetime类型数据转换为字符串格式大全

文件大小:31KB

文件格式:DOC

更新时间:2016-11-04 05:32:52

SQL datetime类型 数据转换 大全

SQL的datetime类型数据转换为字符串格式大全 2007-10-10 11:11:43 2007/10/10 SELECT convert(char(20),getdate(),120) as TIME_1,convert(char(20),getdate(),111) as TIME_2 将字符串20100426103059转换为datetime类型2010-04-26 10:30:59


网友评论