晨风

-------------------- 业精于勤,荒于嬉;行成于思,毁于随

导航

2016年5月20日

摘要: select convert(varchar(10),dateadd(dd,number,convert(varchar(8),getdate(),120)+'01'),120) as dt from master..spt_values where type='P' and dateadd(dd,number,convert(varchar(8),getdate(),120)+'01')<... 阅读全文

posted @ 2016-05-20 09:59 shenyixin 阅读(1981) 评论(0) 推荐(1) 编辑