jdbc 连接Mysql出现的问题

来源:2-2 JDBC实战---打通数据库

qq_莫斯科小胖_03994803

2016-12-10 20:41

有哪位能告诉我,为什么和老师创建女神表格一样的代码,却出现了一个1064错误?? 出现1064 - 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 'goddess( id smallint primary key  auto_increment, user_name varchar(30) not nu' at line 1    这个错误 ,这是怎么回事啊?、??

写回答 关注

3回答

  • Charrychen
    2016-12-11 00:08:33
    已采纳

    sql语法错误

  • 丶子非鱼
    2017-02-27 10:21:48

    Exception in thread "main" com.mysql.jdbc.exceptions.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 'from user_name,age imooc_goddess' at line 1 我的也是  我不知道怎么办   大哥  知道不

  • qq_莫斯科小胖_03994803
    2016-12-11 13:01:38

    恩,最后自己弄出来了,谢谢。

JDBC之 “ 对岸的女孩看过来”

一起领略JDBC的奥秘,为进一步学习集成框架打下良好的基础

99327 学习 · 856 问题

查看课程

相似问题