MySQL add-on-change search and delete

Source: Internet
Author: User

Increase and deletion can be expressed by curd: Create Modify: Update lookup: Read Delete: delete

Add Create:insert + table name +values+ (information);

insert+ Table name (field name 1, field name 2) +value+ (information)

Delete delect:delect field = ' info ' from + table name where field name = information and/or field name = Information

Find Read:select * from + table name from the entire table;

Select field 1, Field 2 + from table name + where + field +like+ "% keyword%";

SELECT * from + table name +order by + field +ase (default from low to High sort)/desc (from high to low);

Modify update:update+ table name +set+ field = Info

updae+ table name +set+ field = information +where+ field = Information

Look very simple, write up the hand is very raw ah, but also need to contact more than the line ....

MySQL add-on-change search and delete

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.