MYSQL多表3表查询
:MYSQL :站长发布 :3年前(2022-01-11) :1335次浏览
select a.id,a.name,a.author,a.time,a.ip,a.state,a.gntype,a.nutotype,b.name as name2,c.name as name3 from yung_guin_tag a left join yung_guin_gntype b on a.gntype = b.bianma left join yung_guin_nutotype c on a.nutotype = c.bianma order by id desc limit 0,2
版权声明:本文为云海网站长的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://xn--qiv211ar60a.com/41.html