Solution to Mysql database update errors

Source: Internet
Author: User

Statement:

UPDATE test SET age = 5 WHERE 'name' = 'wang taobao'

As the name implies, Wang's age is changed to 5, but the result is helpless --

The number of affected rows is 0. What's going on? The syntax is correct. It's okay ......

I changed it and removed the two quotation marks of the name, but the result was accidentally succeeded --

However, the results are even more confusing when you change the GUI --

The generated code is --

UPDATE 'web'. 'test' SET 'age' = '20' WHERE 'test'. 'name' = 'wang man' LIMIT 1;

Puzzling ......

Through comparison, we found that the single quotes I wrote are different from the generated single quotes, and they are even more confused ......

Which of the following is perfect ???

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.