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

我的第三行哪里错了求大神解答

 

mysql> SELECT goods_id,goods_name,cate_name,brand_name,goods_price FROM tdb_good

s AS g

    -> INNER JOIN tdb_goods_cates AS c ON g.cate_id = c.CATE_id,

    -> INNER JOIN tdb_goods_brands AS b ON g.brand_id = b.brand_id;

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 'INNER

 JOIN tdb_goods_brands AS b ON g.brand_id = b.brand_id' at line 3


正在回答

1 回答

 INNER JOIN tdb_goods_cates AS c ON g.cate_id = c.CATE_id,


这里不要逗号分隔的~

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

举报

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

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

进入课程

我的第三行哪里错了求大神解答

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