我在 java 中遇到了这个 sql 查询的异常。
statement2.executeUpdate("INSERT INTO visit_header "
+ "VALUES ('"+visitnumber+"','"+date+"','"+cookie+"','"+ip+"','"+duration+"','"+pageref
+"','"+startpagename+"','"+endpagename+"','"+pgvw+"','"+starttime+"','"+endtime+"','"
+country+"','"+state+"','"+city+"','"+browser+"','"+os+"','"+device+"')");
例外是:
java.sql.SQLException: ORA-01861: literal does not match format string.
我没有得到我要去的地方。
谢谢你。