mysql两表查询 mysql两表查询语句 在mysql中怎么同时查询多个表的数据联合查询,字段名相同可以设置别名select A.name as aname,B.name as bname from AINNER JOIN B ON A.id=B.idmys... 小编 /MySQL /2023-12-30 /0 评论 /87 阅读