SQL通用查询
时间:2014-05-21 23:54:49
收藏:0
阅读:423
获取日期截取
select CONVERT(varchar(10), getDate(),120) --不要时间2002-1-1 select convert(char(8),getdate(),112) ----20020101 select convert(char(8),getdate(),108) ---06:05:05
评论(0)