以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- sql update语句中 怎么设定时间列值为空 而不是1900-01-01T00:00:00 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=184556) |
-- 作者:cnsjroom -- 发布时间:2022/12/13 17:08:00 -- sql update语句中 怎么设定时间列值为空 而不是1900-01-01T00:00:00
cmd.CommandText = "upda te 办案装备_管理台账 set 当前借用时间=\'\' where guid=\'" & e.Values("guid") & "\'"
运行后在数据表中显示的时间格式为: 1900-01-01T00:00:00 有没有办法直接让值显示为空白
|
-- 作者:有点蓝 -- 发布时间:2022/12/13 17:13:00 -- cmd.CommandText = "upda te 办案装备_管理台账 set 当前借用时间=null where guid=\'" & e.Values("guid") & "\'" |