获取日期截取
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