MySQL笔记之基本查询的应用详解
网络编程 2021-07-05 15:27www.168986.cn编程入门
本篇文章介绍了,在mysql中基本查询的应用详解。需要的朋友参考下
参考表student
多字段查询
代码如下:
mysql> select id,name,birth from student;
所有字段查询
代码如下:
mysql> select from student;
where指定查询
代码如下:
mysql> select from student where id=901;
mysql> select from student where id>=904;
mysql> select name from student where department='计算机系';
in指定集合查询
代码如下:
mysql> select from student where birth in(1988,1990);
mysql> select from student where id in(903,906);
not in非范围查询
代码如下:
mysql> select from student where birth not in(1990,1998);
between and指定范围查询
代码如下:
mysql> select from student where birth between 1986 and 1988;
not between and不在指定范围的查询
代码如下:
mysql> select from student where id not between 904 and 906;
like字符串匹配查询
代码如下:
mysql> select from student where name like '_三';
mysql> select from student where name like '张三';
mysql> select from student where name like '张%';
not like不匹配查询
代码如下:
mysql> select from student where name not like '张%';
null查询
代码如下:
mysql> select from student where address is null;
and多条件查询
代码如下:
mysql> select from student where name like '张%' and birth>1985;
mysql> select from student where name like '张%' and birth>1985 and id like '%3';
or多条件查询
代码如下:
mysql> select from student where id=905 or birth=1988;
mysql> select from student where id=905 or birth=1988 or sex='女';
distinct查询结果不重复
代码如下:
mysql> select distinct sex from student;
mysql> select distinct department from student;
order by查询结果排序
代码如下:
mysql> select from student order by birth;
mysql> select from student order by birth asc;
mysql> select from student order by birth desc;
group by分组查询
代码如下:
mysql> select sex,group_concat(name) from student group by sex;
mysql> select sex,count(name) from student group by sex;
正则表达式查询
代码如下:
mysql> select from student where birth regexp '1988|1990';
limit限制查询结果数量
代码如下:
mysql> select from student limit 2;
mysql> select from student limit 1,3;
上一篇:mysql密码过期导致连接不上mysql
下一篇:MySQL笔记之函数查询的使用
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程