mysql的查找语句

Posted 程序媛2019

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql的查找语句相关的知识,希望对你有一定的参考价值。

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的查找语句的主要内容,如果未能解决你的问题,请参考以下文章

如何查找MySQL中查询慢的SQL语句

mysql的查找语句

加速/优化 MySQL 语句 - 查找之前未选择的新行

如何查找MySQL中查询慢的SQL语句

如何查找MySQL中查询慢的SQL语句

1.mySql基本的单表数据查找语句