当前位置:网站首页>Judgment of SQL null value
Judgment of SQL null value
2022-06-26 06:42:00 【The code family】
When the table is created , You can specify whether a column can contain no values , If there is no value in a column , Then it is called null NULL.NULL A special value , Represents a missing value or an inapplicable condition , Represents unknown data .NULL And fields contain 0、 Empty strings or just contain Spaces differently .
Yes NULL Value to perform more conventional operations , The result always returns unknown , So we need to use special operators ( Line drawing part IS [NOT] NULL).
SELECT column1,
column2,
...
FROM table
WHERE column IS [NOT] NULL
label :MySQL
边栏推荐
- 如何让主线程等待子线程执行完毕后再执行
- typescript的type
- The four cores of the browser: Trident, gecko, WebKit, blink
- MySQL
- Screen sharing recommendations
- How to select and build a real-time data warehouse scheme
- JS download pictures
- Container with the most water
- Unsatisfied dependency expressed through field ‘baseMapper‘; nested exceptio
- 浏览器的四大内核:Trident,Gecko,Webkit,Blink
猜你喜欢

GoF23—原型模式

我在腾讯做测试的这几年...

Number of connections server database message: error number 2003can't connect to MySQL server on 'server address' (10061)

【golang】time相关

遇到女司机业余开滴滴,日入500!

Decompile Android applications, interview Android

TCP connection and disconnection, detailed explanation of state transition diagram

Transaction and message semantics

直播预告丨消防安全讲师培训“云课堂”即将开讲!

SecureCRT运行SparkShell 删除键出现乱码的解法
随机推荐
数据湖架构之Hudi编译篇
Use the fast proxy to build your own proxy pool (mom doesn't have to worry about IP being blocked anymore)
Introduction to the use of TS generics in functions, interfaces and classes
Gof23 - builder mode
Evolution history of qunar Bi platform construction
01 golang and matlab code of knapsack problem
Installation and login of MySQL database
STM 32 uses cube to generate Tim to trigger ADC and transmit through DMA
Spark3.3.0源码编译补充篇-抓狂的证书问题
3.pyinstaller module introduction
The sysdig 2022 cloud native security and usage report found that more than 75% of the running containers have serious vulnerabilities
LightGBM--调参笔记
When vs code uses prettier to format JS, there is a space between the name of the function definition and the parentheses, and ESLIt does not allow this space
Understanding of nil in go language
Import export simple
Pytorch uses multi GPU parallel training and its principle and precautions
TS泛型在函数、接口、类中使用介绍
Vulnerability discovery - API interface service vulnerability probe type utilization and repair
如何让主线程等待子线程执行完毕后再执行
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could