摘要: 取当前的日期,精确到天select convert(char(10),getdate(),120) 结果:2012-04-18取当前的时间,精确到秒select convert(char(10),getdate(),8) 结果:11:29:57 或者select convert(char(10),getdate(),108) 结果一样 阅读全文
posted @ 2012-04-18 11:30 天生我豺 阅读(287) 评论(0) 推荐(0)