当前位置:网站首页>SQL 查询语句
SQL 查询语句
2022-06-26 06:42:00 【我的天才女友】
基本查询
- 指定字段
select 字段A,字段B from 表
- 查询全部字段
select * from 表
查询数据过滤
- 简单过滤
运算符 | 例子 |
---|---|
= | id = 1 |
!= 或<> | sex != 1 |
>= 、> 、<、<= | salary > 1000 |
BETERRN | salary between 100 and 200 |
IN | name IN(‘爱惜’,‘蛮子’) |
- 空值判断
select * from user where name is null
- 文本模糊
使用like匹配,% 匹配0或者多个字符,_匹配一个字符
select * from user where name like '%i'
- 组合逻辑
AND OR NOT - 去重
DISTINCT
排序
order by –
ASC:升序(默认)
DESC:降序
限定结果集
这里是mysql的语句写法,limit 指定数量,offset指定从哪个位置开始,也就是偏移量,默认是从0开始
select 字段 from 表名 order by 字段 limit a offset b
注释
- – 两个连字符
- /* */ 多用于多行注释
边栏推荐
- Market trend report, technical innovation and market forecast of microencapsulated chemical pesticides in China
- Zotero使用之自定义参考文献格式
- TCP连接与断开,状态迁移图详解
- Laravel 实现 groupBy 查询分组数量
- 面试官:测试计划和测试方案有什么区别?
- Show statement usage supplement
- 自顶向下的变成方法
- Analyse d'un problème classique
- Hudi compilation of data Lake architecture
- Screen sharing recommendations
猜你喜欢
Everything is a vector. The service practice of iqiyi online vector recall project
[digital signal processing] basic sequence (basic sequence lists | unit pulse sequence | unit pulse function | discrete unit pulse function | difference between unit pulse function and discrete unit p
成水最多的容器
Zotero文献管理工具之Jasminum(茉莉花)插件
Bugku exercise ---misc--- prosperity, strength and democracy
闭包问题C# Lua
MySQL
Pytorch uses multi GPU parallel training and its principle and precautions
Installation and login of MySQL database
连接数服务器数据库报:错误号码2003Can‘t connect to MySQL server on ‘服务器地址‘(10061)
随机推荐
浅析一道经典题
浏览器的四大内核:Trident,Gecko,Webkit,Blink
DPDK——TCP/UDP协议栈服务端实现(一)
STM 32 uses cube to generate Tim to trigger ADC and transmit through DMA
Introduction to the use of TS generics in functions, interfaces and classes
Pagoda server setup and database remote connection
Research Report on market supply and demand and strategy of China's microneedle device industry
DS18B20详解
[digital signal processing] basic sequence (basic sequence lists | unit pulse sequence | unit pulse function | discrete unit pulse function | difference between unit pulse function and discrete unit p
SQL基础
MYSQL(三)
I have been testing at Tencent for several years
MySQL delete in without index
Distribution operation of D
Mysql delete in 不走索引的
Spark3.3.0源码编译补充篇-抓狂的证书问题
~94 zoom
TCP连接与断开,状态迁移图详解
解决新版谷歌Chrome浏览器Cookie跨域失效问题
DS18B20 details