Mysql Data Sheet logging operations

Source: Internet
Author: User

   1Add Record:Insert [ into]Tab_name (Field1,field2 ...)Values( values1,values2 ...), (Values1,values2 ...),                 ...                                                                                                                                              ; InsertTab_nameSetField=Value, field=value,..... ;2Modify a recordUpdateTab_nameSetField=Valuewhereclauses3To delete a table record:Delete  fromTab_namewhereclause clears the table record:1  Delete  fromTab_name2  truncateTab_name (Recommended when data volume is large)4Query table Records (******)Select  *  fromtab_name: Displays all field information for all recordsSelect [distinct]Filed,filed2,..... fromTab_namewhereclausesGroup  byGroupKey: Grouping conditions havingclauses: FilteringOrder  bylimit queries the average wage for each provinceSelectCityavg(Salary) fromEmpGroup  byCity ; Name of the province that queries the average wage greater than 8000SelectCityavg(Salary) fromEmpGroup  byCity having avg(Salary)> 8000

Mysql Data Sheet logging operations

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.