会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
johnny.qin
博客园
首页
新随笔
联系
订阅
管理
文章分类 -
SQL SERVER
SQLserver中用convert函数转换日期格式
摘要:select getdate() 2004-09-12 11:06:08.177 整理了一下SQL Server里面可能经常会用到的日期格式转换方法: 举例如下: select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08select replace(replace(replace(CONVERT(varchar, getdate(),...
阅读全文
posted @
2010-03-23 14:27
qinyi
阅读(127)
评论(0)
推荐(0)
公告