mysql查询问题,两张表联合查询_百度知道
mysql查询问题,两张表联合查询SELECT shop.id,shop.`name`,card.id as cid,card.sid,card.cname FROM shop , card WHERE shop.id = card.sid这是一种最直...
PHP MySQl 多个表关联查询问题_百度知道
PHP MySQl 多个表关联查询问题"select * from 收藏表 as A,用户表 as B where A.user_id=B.user_id and A.user_id='张三'";