SQL Server Basic SELECT statement

Source: Internet
Author: User
1.SELECT and from statements

Select indicates that the query is executed, and then it needs to know from which side to query the data, from which is the limit of the data being read in which table or tables, which makes up a basic statement.

SELECT * from [table name]

* The function is to select all the columns in the table

  Some details: Select and from are both uppercase, but not a certain capitalization, used to write uppercase to increase readability, table name variable names can be mixed case, but must be consistent!

Other small examples: in order to speed up the query is best not to use *, but how much data to query how much data!

2.WHERE statements

The where statement is used to set the qualification for returning records.

SQL Server Basic SELECT 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.