标签:sel use sele left join info name order SQ user
select a.uid,a.month,a.coin,b.name from m_user_decroration_order as a
LEFT JOIN m_decroration_info as b on a.decroration_id = b.id where b.type = 5 ;
select a.uid,a.month,a.coin,b.name from m_user_decroration_order as a
LEFT JOIN m_decroration_info as b on a.decroration_id = b.id where b.type = 6 ;
标签:sel use sele left join info name order SQ user
原文地址:https://www.cnblogs.com/starmoon2019/p/9028293.html