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(),?,)";
提示括号处出错 可是哪里错了?求各位路过的大神指点,在线等,谢谢