会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
临沂东哥
本博客文章来自与网络,如有侵权请联系,给与删除
博客园
首页
新随笔
联系
订阅
管理
sql 时间格式为空, 则显示默认1900-01-01
select
cast(
nullif(
'',
'')
as datetime) ,
cast(
''
as datetime),
isnull(
cast(
nullif(
'',
'')
as datetime),getdate())
posted @
2019-08-16 11:57
临沂东哥
阅读(
1886
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部