摘要:
语法: 使用 CONVERT: CONVERT (data_type[(length)], expression [, style]) 具体例子: select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08 select replace(replace(replace(CONVERT(varchar, getdate(), ... 阅读全文
posted @ 2008-09-02 16:10
小静
阅读(427)
评论(0)
推荐(0)