我正在用jsp编写代码。我正在运行以下查询,该查询运行良好,但在 DB 中放置了一个NULL
in列。entryDate
int j=st.executeUpdate("insert into mtc (entryDate) values sysdate()");
这个查询有什么错误?
我必须将当前系统日期存储在entryDate
-column 中。
我正在用jsp编写代码。我正在运行以下查询,该查询运行良好,但在 DB 中放置了一个NULL
in列。entryDate
int j=st.executeUpdate("insert into mtc (entryDate) values sysdate()");
这个查询有什么错误?
我必须将当前系统日期存储在entryDate
-column 中。