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.
如果字段的数据类型是日期时间,并且不允许空值并且没有设置默认值,那么数据库是否输入当前时间戳?我在这里和 MSDN 都进行了查询,但找不到答案。谢谢。
不可以。您需要为该列提供一个值,除非您为该列指定一个默认值。
不,通常会INSERT失败。您需要提供默认值,或在INSERT语句中包含该列的值。
INSERT