MySQL null problem continued

Source: Internet
Author: User

When group_concat and Concat are mentioned above, if the column value is null, the value after Concat is null.

Another problem is found. If Column A is null and column B is null, the sum of the number of records of column A <> B and A = B is not equal to the total number.

That is to say, if column A is null and column B is null '', MySQL will not compare them, that is, this situation is neither equal nor equal.

The solution is to use the ifnull (sqlserver is isnull) function: ifnull (,''). Convert null to null before comparison with B.

In addition, when the select count (idc_position.id) from ** statement is run, if the field ID of some rows in the table is null, when the select count (ID) Statement returns the number of record rows, the rows whose ID is null are not included, and these rows are automatically killed.

Another trap ......

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.