为了账号安全,请及时绑定邮箱和手机立即绑定

这个sql语句的格式是什么啊?我看到这么大一串,感觉好混乱,写不来这个格式

String sql=""+"insert into imooc_goddess"+

"(user_name,sex,age,birthday,email,mobile,"+

"create_user,create_date,update_user,update_date,isdel)"

"values("+

")";

而且我的这个"values("+这个有红线,报错了

正在回答

2 回答

第三行最后面少了+号

0 回复 有任何疑惑可以回复我~
insert into imooc_goddess(user_name,sex,age,birthday,email,mobile,create_user,create_date,update_user,update_date,isdel) values()


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个sql语句的格式是什么啊?我看到这么大一串,感觉好混乱,写不来这个格式

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信