MySQL basic knowledge additions and deletions to change the base operation

Source: Internet
Author: User

Adding and removing Change to check =crud

Add insert
INSERT car VALUES (' character ', ' name ', ' brand ', ' 1990-02-02 00:00:00 ') add a

INSERT car (' Code ', ' name ') VALUES (' 1 ', ' 2 ') are added separately

Remove delete is not used
Delete from car removes all information from the table
DELETE from car WHERE ' Code ' = ' character ' and ' name ' = ' name '
DELETE from car WHERE ' Code ' = ' character ' OR ' name ' = ' name '

Isdelect tags are not deleted from the foreground delete database


Change UPDATE
UPDATE car SET pic= ' 1 ' all pic fields changed to 1
UPDATE car SET pic= ' 1 ' WHERE?? =??

Check SELECT
SELECT * FROM car
SELECT code,name from car WHERE code= ' c001 '
SELECT * from car WHERE Name like '%a6l% '
SELECT * from car ORDER by exhaust DESC from large to lower
SELECT * from Car ORDER by exhaust ASC, price ASC small to large if exhaust same price arranged from small to

MySQL basic knowledge additions and deletions to change the base operation

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.