Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The specific usage of null value in mysql

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains "the specific use of null value in mysql". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let Xiaobian take you to learn "the specific usage of null value in mysql"!

NULL is not 0 and cannot be compared. NULL can also be understood as an unknown placeholder.

2, NULL length is NULL, in fact, it is occupied space.

NULL values cannot be manipulated by comparison algorithms, such as =, or.

For NULL values, IS NULL and IS NOT NULL must be used.

examples

mysql> select * from test_class;+----------+--------------+| class_id | class_name |+----------+--------------+| 1 |Class 1, Grade 1|| 2 |Class 1 (2)|| 3 |Class 1 (3)|| 4 |Class 1 (4)|| 5 |Class 2 (1)|| 6 |Class 2, Grade 2|| 7 |Class 2 (3)|| 8 |Class 2 (4)|| 9 |Class 3 (1)|| 10 |Class 3 (2)|| 11 |Class 3, Grade 3|| 12 |Class 3 (4)|| 13 | NULL |+---------+-----------+13 rows in set (0.00 sec) At this point, I believe that everyone has a deeper understanding of "the specific use of null value in mysql", so let's actually operate it! Here is the website, more related content can enter the relevant channels for inquiry, pay attention to us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report