A little summary after learning Mysql (Basics) _mysql

Source: Internet
Author: User
1. To operate the MySQL server at a command prompt, add system variables. (Computer-System Properties--environment variable--path)

2. Query the data in the data table;

Select Selection_list SELECT */columns

From Table_list to Table1/table2

where Primary_constraint

GROUP BY Grouping_columns

ORDER BY sorting_colomns desc Descending select * FROM table-ID desc;

Having Second_constraint

Limit count select * from table where ID limit 1, 4;

2 Common statistical functions: AVG (field), Sum (field), Count (field), Min (field),

Select SUM (field 2) as Alias, Field 1 from Table Group By field 1;

3 arithmetic, string, and logical operation constructs expression: SELECT * (price*0.8) as ' 80% ' from table; 80 percent

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.