經安全檢測,此網站為安全網站,請放心前往原始網址!

php - MS Access: How does one insert NULL into DateTime field - Stack Overflow

Try the following. It works for me: INSERT INTO sometable ( somedate, somethingelse ) SELECT Null AS Expr1, "foo" AS Expr2; Basically, you are wrapping the null in the select query and letting SQL figure out how to represent it to the insert.

stackoverflow.com

網址安全性掃描由 google 提供