当前位置:网站首页>SQL第二章第三章
SQL第二章第三章
2020-11-09 10:51:00 【osc_ptcuqdug】
1:插入数据
或者
2:显示数据
SELECT * FROM 表名
3:数据更新
4:WHERE子句
比较运算符,确定
1:查询
SELECT语句
2:唯一值、
SELECT DISTINCT 列名 FROM 表名;
3:WHERE 子句过滤结果
解释上面代码意思
4:逻辑运算符号
表中的运算级顺序是从高到底的
1:AND OR
WHERE子句后面的运算条件按照AND>OR的顺序
2:not运算符号
NOT和<>是同一个意思,都是不等于的意思。不为真。
3:BETWEEN运算符
BETWEEN 指定了一个范围,其中这个范围在一个值到另一个值之间。
4:LIKE运算符
LIKE运算符后面可以跟通配符
5:IN运算符号
5:ORDER BY 排序
正序排序
倒序排序
特别注意,就算是不显示表里面的某一行,也可以用这一行进行进行排序。
6:在多个表中选择数据
要注意那一列,展示了表的联合。
7:NULL数据
NULL表示未知,并不等同于没有。
版权声明
本文为[osc_ptcuqdug]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4308645/blog/4708846
边栏推荐
- 1.操作系统是干什么的?
- OSChina 周一乱弹 —— 程序媛的青春
- 自然语言处理(NLP)路线图 - kdnuggets
- Natural language processing (NLP) roadmap - KDnuggets
- 首次开通csdn,这篇文章送给过去的自己和正在发生的你
- Service grid is still difficult - CNCF
- 《MFC dialog中加入OpenGL窗体》
- ThinkPHP框架执行流程源码解析
- The vowels in the inverted string of leetcode
- B. protocal has 7000eth assets in one week!
猜你喜欢
When Python calls ffmpeg, 'ffmpeg' is not an internal or external command, nor a runnable program
C++之异常捕获和处理
首次开通csdn,这篇文章送给过去的自己和正在发生的你
Copy on write collection -- copyonwritearraylist
Application of cloud gateway equipment on easynts in Xueliang project
FC 游戏机的工作原理是怎样的?
Unemployment log, November 5
Start learning discrete mathematics again
Android emulator error: x86 emulation currently requires hardware acceleration的解决方案
Apache Iceberg 中三种操作表的方式
随机推荐
从实践谈 Ruby 语法上的几个设计不一致带来的问题。
Five design patterns frequently used in development
5 个我不可或缺的开源工具
GitHub 上适合新手的开源项目(Python 篇)
“微服务”技术另一个可能更合适的名字
Natural language processing (NLP) roadmap - KDnuggets
In 2020, what are the best tools for Android developers to break the cold winter?
Mac 终端(terminal) oh-my-zsh+solarized配置
C + + adjacency matrix
Have you ever thought about why the transaction and refund have to be split into different tables
From the practice, this paper discusses the problems caused by the inconsistent design of ruby syntax.
Copy on write collection -- copyonwritearraylist
卧槽,这年轻人不讲武德,应届生凭“小抄”干掉5年老鸟,成功拿到字节20Koffer
Several common playing methods of sub database and sub table and how to solve the problem of cross database query
1450. 在既定时间做作业的学生人数
The difference between GDI and OpenGL
object
向北京集结!OpenI/O 2020启智开发者大会进入倒计时
Unemployment log, November 5
The vowels in the inverted string of leetcode