首页 > 数据库技术 > 详细

mysql的查找语句

时间:2018-05-12 12:36:11      阅读:224      评论:0      收藏:0      [点我收藏+]

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 ;

mysql的查找语句

原文:https://www.cnblogs.com/starmoon2019/p/9028293.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!