select * from category where exists (select * from goods where goods.cat_id = category.cat_id) ;这句 1064 不知道那错了 ,表名和列名没问题 。 查看完整描述