摘要: 方法一:select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08 select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),\'-\',\'\'),\' \',\'\'),\':\',\'\') 20040912110608 select CONVERT(varc... 阅读全文
posted @ 2010-08-16 10:43 路灯下的诗人 阅读(49757) 评论(1) 推荐(2) 编辑