int i =Db.getStatement().executeUpdate("insert into famous_place
values(img_id_seq.nextval,'"+name+"','"+
location+"','"+dist+"','"+about+"','"+
status+"','"+path+"',"+id+")");
id
在long
,所有其他人都在string
。我不知道问题出在哪里以及为什么它在 Java 中显示以下 SQL 消息。
missing comma exception