Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
String sql = ""
+ "insert into imooc_goddess"
+ "(user_name,sex,age,birthday,email,mobile, "
+ "create_user,create_data,update_user,update_date,isdel)"
+ "value("
+" ?,?,?,?,?,?,?,current_date(),?,current_date(),?,)";
提示括號(hào)處出錯(cuò) ?可是哪里錯(cuò)了?求各位路過(guò)的大神指點(diǎn),在線(xiàn)等,謝謝
2018-06-03
?知道怎么解決不 我也碰到了 卡在了這里
2018-05-22
你最后加了一個(gè),
2017-10-12
value也加了s