码迷,mamicode.com
首页 > 数据库 > 详细

mysql常用命令

时间:2017-09-15 12:15:06      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:mysql常用命令   limit   常用   color   tab   select   sel   name   des   

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常用命令

标签:mysql常用命令   limit   常用   color   tab   select   sel   name   des   

原文地址:http://www.cnblogs.com/rockking/p/7525262.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!