MySQL Update and delete

Source: Internet
Author: User
Tags mysql update

Update and delete operations The SQL statement is relatively simple, but note that when using update, pay attention to the Weher condition limit, the following statement is to update only the email address of ID 10005, if not with the WHERE statement limit, then the table all the email update to [ Email protected]:


Delete the value of a column, set to NULL.



Delete the row's SQL statement, using Delete, and delete the same where you want to delete the row, if not specified, deletes all rows in the table.

DELETE from Customers

WHERE cust_id = 10005;

At this point, we also see the importance of the primary key in a table. In addition, before update and delete, you can use the SELECT statement to test whether the condition qualified by the where statement is correct.

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.