插入空日期数据库
我需要插入空值或“00/00/00”日期值。
可以在interbase上实现吗?
我已经尝试插入“00/00/00”,但这是不可能的。
I need to insert a null or '00/00/00' date value.
Is it possible to do it on interbase?
I already tried to insert '00/00/00' and it wasn't possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据文献(我对InterBase的经验为零),您可以使用标准SQL
请参阅第 6-56 节“使用 UPDATE 对列进行 NULL 处理”,
根据您的客户端,您可能有更多选项
According to the literature (I have zero experience with InterBase) you can use standard SQL
see section 6-56 "NULLing columns with UPDATE"
you might have more options depending on your client