AspDotNet

The leaves of the tree are so exuberant ,because the root of the tree is so deep.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年5月21日

摘要: substring(replace(CONVERT(varchar(100), GETDATE(), 23),'-',''),3,6)相当于 Select CONVERT(varchar(100), GETDATE(), 12)常用的SQL 获取指定格式的时间Select CONVERT(varchar(100), GETDATE(), 8): 16:07:10Select CONVERT(var... 阅读全文

posted @ 2009-05-21 16:14 Apple Yang 阅读(362) 评论(0) 推荐(0)