In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "what does it mean in mysql". The content of the explanation in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "what is meant in mysql".
In mysql, "" means "safe equal" and is a comparison operator, similar to the "=" equal operator, but "" can be used to determine the null value: when both operands are NULL, the return value is 1 instead of NULL;, and when an Operand is NULL, the return value is 0 instead of NULL.
The operating environment of this tutorial: windows7 system, mysql8 version, Dell G3 computer.
Security equals operator ()
The operator is similar to the = equals operator, but can be used to determine the NULL value. The specific syntax rules are:
When both operands are NULL, the return value is 1 instead of NULL
When an Operand is NULL, the return value is 0 instead of NULL.
Example: use to make an equal judgment
Mysql > SELECT 10, 2, 2, 22, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, (1, 3), (2, 1), NULLNULL. +-+ | 10 | '2percent 2 | 22 |' 0.02 percent 0 | 'bounded roomb' | (1: 3) (2: 1) | NULLNULL | +-- -+ | 0 | 1 | 1 | 0 | 1 | 0 | 1 | | +-+ 1 row in set (0.00 sec) |
As you can see from the results, the effects of = and = are similar when performing a comparison operation, except that they can be used to judge NULL. When both are NULL, the return value is 1.
Thank you for your reading, the above is the content of "what in mysql". After the study of this article, I believe you have a deeper understanding of what is referred to in mysql, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.