摘要:
select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08 select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),'-',''),' ',''),':','') 阅读全文
posted @ 2016-05-19 15:13
豆沙包没有肉
阅读(92)
评论(0)
推荐(0)
s0705130