Hi All,
Hope you all are doing good.
In this article, I will explain you about how to use select command in different scenarios.
Hope you all are doing good.
In this article, I will explain you about how to use select command in different scenarios.
To retrieve data for specific columns, use below statement
To retrieve data for all columns, use below statement
Select statement with WHERE clause
Select statement with ORDER BY clause
Select statement with GROUP BY clause
Select statement with TOP
Select statement with DISTINCT
Select Into:
The SELECT INTO statement creates a new table and inserts rows from the query into it.
DISTINCT, WHERE, AND, OR, IN, BETWEEN operators
Thanks for reading my article.
Select Into:
The SELECT INTO statement creates a new table and inserts rows from the query into it.
DISTINCT, WHERE, AND, OR, IN, BETWEEN operators
Thanks for reading my article.
No comments:
Post a Comment