MySQL base DML statement

Source: Internet
Author: User

Increase

1  Insert data to all fields of a table  Insert into table name values (value 1, value 2, value 3, ..., value n),2  Insert data to the specified field of the table inserts into  table name (property 1, Property 2, ..., attribute N) Values (value 1, value 2, value 3, ..., value n),3  inserting multiple records at the same time insert into  table name [(attribute list)] VALUES (Value list 1), (Value List 2) ... (List of values n);

By deleting

DELETE from table name WHERE conditional expression

Change

UPDATE Table Name set property name 1= value 1, property name 2= value 2, ..., attribute name n= value nwhere conditional expression;

Check

Cond

Single-Table Query

Exists http://www.nowamagic.net/librarys/veda/detail/639

MySQL base DML statement

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.