标签:style blog class c code java
获取日期截取
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
标签:style blog class c code java
原文地址:http://www.cnblogs.com/tuqun/p/3739048.html