摘要: --取到当前日期时间 select getdate() --2015-08-11 20:25:30.973 --以指定格式显示当前日期 select convert(varchar(50),getdate(),101) --08/11/2015 select convert(varchar(50),getdate(),102) --2015.08.11 se... 阅读全文
posted @ 2015-08-11 22:57 Kimisme 阅读(312) 评论(0) 推荐(0)