当前位置:网站首页>基础查询
基础查询
2022-06-26 04:28:00 【莉莉妖_】
语法:select 查询列表 from 表名;
查询列表:字段、常量值、表达式、函数
1. 查询表中的单个字段
select last_name from employees;
2. 查询表中的多个字段
select last_name,salary,email from employees;
3. 查询表中的所有字段
select * from employees;
4. 查询常量值、表达式、函数
SELECT 100;
SELECT 20%6 结果;
SELECT VERSION();
5. 起别名
SELECT 20%6 AS 结果;
SELECT 20%6 结果;
6. 去重
SELECT DISTINCT employee_id FROM employees;
7. 连接字段
SELECT CONCAT(last_name,first_name) AS 姓名 FROM employees;
8. IFNULL
SELECT IFNULL(commission_pct,0) AS 奖金 FROM employees;
# 选择字段,如果字段中的数值为 NULL 则输出自定义内容
边栏推荐
- Thinkphp6 using kindeditor
- PHP has the problem of using strtotime to obtain time in months and months [original]
- [learn FPGA programming from scratch -45]: vision chapter - integrated circuits help high-quality development in the digital era -2- market forecast
- How do wechat applets delay? Timing? Execute a piece of code after? (kengji)
- [geek challenge 2019] rce me
- Group by and order by are used together
- Yapi cross domain request plug-in installation
- Svn correlation
- 修改Oracle连接数
- Navicat connects the pit of shardingsphere sub table and sub library plug-ins
猜你喜欢
Minecraft 1.16.5 生化8 模组 1.9版本 1.18版本同步
How much do you make by writing a technical book? To tell you the truth, 2million is easy!
Alipay failed to verify the signature (sandbox test indicates fishing risk?) [original]
ctf [RoarCTF 2019]easy_ calc
[Qunhui] command line acme SH automatically apply for domain name certificate
解析JSON接口并批量插入到数据库中
Spark - understand parquet
Zhimeng CMS will file a lawsuit against infringing websites
Notes on enterprise wechat development [original]
Install dbeaver and connect Clickhouse
随机推荐
mysql自帶的性能測試工具mysqlslap執行壓力測試
MySQL enable logbin in Qunhui docker
Laravel pay payment access process
六、项目实战---识别猫和狗
Alipay failed to verify the signature (sandbox test indicates fishing risk?) [original]
Nailing open platform - applet development practice (nailing applet server side)
Tencent Interviewer: How did binder get its system services?
Navicat connects the pit of shardingsphere sub table and sub library plug-ins
Composer version rollback version switching
Tp6 controller does not exist: app\index\controller\index
Add, delete, modify and query curd in PHP native SQL
Ueeditor automatically appends P tags to rich text.br tags always wrap.br tag solutions
The open software of win10 system is too small. How to make it larger (effective through personal test)
"Eight hundred"
[Qunhui] import certificate
Guide de la pompe de données Oracle
Fastadmin always prompts sqlstate[23000]: integrity constraint violation: 1052 column 'ID' in order clause is am
win10 系统打开的软件太小,如何变大(亲测有效)
1064 (42000) error occurred when installing MySQL and modifying root password
Video label forbids downloading. The test is valid. Hide button. The test is valid at three points