当前位置:网站首页>SQL Chapter 2 Chapter 3
SQL Chapter 2 Chapter 3
2020-11-09 10:51:00 【osc_ptcuqdug】
1: insert data
perhaps
2: Display the data
SELECT * FROM Table name
3: Data update
4:WHERE Clause
Comparison operator , determine
1: Inquire about
SELECT sentence
2: The only value 、
SELECT DISTINCT Name FROM Table name ;
3:WHERE Clause to filter the result
Explain the meaning of the above code
4: Logic operation symbol
The order of the operation levels in the table is from high to low
1:AND OR
WHERE The operation condition after clause is in accordance with AND>OR The order of
2:not Operation symbol
NOT and <> It means the same thing , They are not equal to . Not true .
3:BETWEEN Operator
BETWEEN Specifies a range , The range is between one value and another .
4:LIKE Operator
LIKE The operator can be followed by a wildcard
5:IN Operation symbol
5:ORDER BY Sort
Positive sequence sort
Reverse sort
Particular attention , Even if you don't show a row in the table , You can also use this line to sort .
6: Selecting data from multiple tables
Pay attention to that column , Shows the union of tables .
7:NULL data
NULL It means unknown , It's not the same as not having .
版权声明
本文为[osc_ptcuqdug]所创,转载请带上原文链接,感谢
边栏推荐
- Chrome browser engine blink & V8
- BIOS of operating system
- [Python从零到壹] 五.网络爬虫之BeautifulSoup基础语法万字详解
- 搭建全分布式集群全过程
- Initial installation of linx7.5
- EasyNTS上云网关设备在雪亮工程项目中的实战应用
- Shoes? Forecasting stock market trends? Taobao second kill? Python means what you want
- GLSB涉及负载均衡算法
- 配置交换机Trunk接口流量本地优先转发(集群/堆叠)
- A solution to the problem that color picker (palette) cannot use shortcut keys in sublime Text3 plug-in
猜你喜欢
随机推荐
ThinkPHP门面源码解析
OpenGL ES 框架详细解析(八) —— OpenGL ES 设计指南
OSChina 周一乱弹 —— 程序媛的青春
As a user, you can't get rid of the portrait!
Understanding data structures starts with this article~
1450. Number of students doing homework at a given time
结合阿里云 FC 谈谈我对 FaaS 的理解
Elasticsearch原理解析与性能调优
从实践谈 Ruby 语法上的几个设计不一致带来的问题。
SHOW PROFILE分析SQL语句性能开销
日志分析工具 - GoAccess
Commodity management system -- the search function of SPU
Android emulator error: x86 emulation currently requires hardware acceleration的解决方案
【QT】子类化QThread实现多线程
1450. 在既定时间做作业的学生人数
Android 复选框 以及回显
This program cannot be started because msvcp120.dll is missing from your computer. Try to install the program to fix the problem
Finally, the python project is released as exe executable program process
[design pattern] Chapter 4: Builder mode is not so difficult
jsliang 求职系列 - 08 - 手写 Promise