摘要:
常用的日期格式转换 select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08 select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),'-',''),' ',''),':','') 20040912110608 select CONVERT(va... 阅读全文
posted @ 2007-09-13 17:01
BlueShell
阅读(223)
评论(0)
推荐(0)