摘要: select getdate() 2004-09-12 11:06:08.177 举例如下: select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),'-',''),' ',''),':','') 2004... 阅读全文
posted @ 2010-10-11 09:52 闭着眼睛想 阅读(159) 评论(0) 推荐(0)