Have you used the mysql strict mode? Let's take a look at the problem with this simple SQL statement?

Source: Internet
Author: User
Have you used the mysql strict mode? In addition, I found a problem: {code ...} the information can also be correctly queried. The value is clearly not followed by so many spaces after 12345. Why can we also find out if we add a lot of spaces? We accidentally know that there is a strict mode in mysql, I don't know... have you used the mysql strict mode?

In addition, I found a problem:

Select * from tb_test where value = '20140901 ';

The information can also be correctly queried. The value is clearly not followed by so many spaces after 12345. Why can we also find out if we add a lot of spaces? We accidentally know that there is a strict mode in mysql, I don't know if it's not strictly related?

Reply content:

Have you used the mysql strict mode?

In addition, I found a problem:

Select * from tb_test where value = '20140901 ';

The information can also be correctly queried. The value is clearly not followed by so many spaces after 12345. Why can we also find out if we add a lot of spaces? We accidentally know that there is a strict mode in mysql, I don't know if it's not strictly related?

Your value field should be of the char type. char is of the fixed length. You should be of the char (9) type)

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.