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

麻烦看看为什么报错呢?

CREATE TABLE tdb_goods_brands( 

brand_id INT PRIMARY KEY AUTO_INCREMENT UNSIGNED, brand_name VARCHAR(40) NOT NULL 

)

SELECT brand_name FROM tdb_goods GROUP BY brand_name;




ERROR 1064 (42000): 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 'UNSIGNED, brand_name VARCHAR(40) NOT NULL ) SELECT brand_name FROM tdb_goods GRO' at line 1


正在回答

2 回答

unsigned 书写位置错误了,应该在写数据类型的时候写在他后面!像这样  int unsigned

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

骑大象去上学 提问者

非常感谢!
2015-08-07 回复 有任何疑惑可以回复我~

你创建的表名为'tdb_goods_brands',而你from的表却是'tdb_goods'

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

举报

0/150
提交
取消
与MySQL的零距离接触
  • 参与学习       396886    人
  • 解答问题       3353    个

本课程涵盖全部MySQL数据库的基础,学习MySQL数据库的基础知识

进入课程

麻烦看看为什么报错呢?

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