mysql常用命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql常用命令相关的知识,希望对你有一定的参考价值。
1.查询
select * from `table` where `id`=1 and `name` in (2,3,4) and `age` in (select `age` from `table2` where ‘sex`=1) group by `id` desc limit 10
以上是关于mysql常用命令的主要内容,如果未能解决你的问题,请参考以下文章