ms sql insert null的相關文章
ms sql insert null的相關公司資訊
ms sql insert null的相關商品

php - MS Access: How does one insert NULL into DateTime field - Stack Overflow
瀏覽:780
日期:2025-06-10
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....看更多