Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个日期类型为 date_returned 的字段,最佳做法是什么,当输入一行时,它会给出“0000-00-00”,还是最好将其设置为 NULL?
当我在其中插入数据并错过了它给出的值的字段时:
'0000-00-00'。
目前这对我来说很好,但设置为 NULL 是否更好。
NULL 可以帮助您在此处使用 WHERE 子句。无论如何,业务需求是您关心的第一件事和最后一件事。
我在这里遇到了一个类似的线程,在这种情况下对我来说非常有意义。
最佳实践是满足您的业务需求。