pcplans.com § Help and Support using sql  

using sql

Article ID:3341
Last Review:Thursday, January 08, 2009
Revision:3.0

INTRODUCTION

Article Summary using SELECT Statement

symptomsSYMPTOMS

Article Summary using SELECT Statement


SYMPTOMS

using sql
The SELECT statement is used to query the database and retrieve
selected data that match the criteria that you specify.
back to the top

using sql


SELECT Statement The SELECT statement has five main clauses to choose from, although, FROM is the only required clause. Each of the clauses have a vast selection of options, parameters, etc. The clauses will be listed below, but each of them will be covered in more detail later in the tutorial.

Here is the format of the SELECT statement:



SELECT [ALL | DISTINCT] column1[,column2]
FROM table1[,table2]
[WHERE "conditions"]
[GROUP BY "column-list"]
[HAVING "conditions]
[ORDER BY "column-list" [ASC | DESC] ]





  • NOTE: Article Summary using SELECT Statement
  • back to the top




    Last Reviewed:1/8/2009
    Keywords: kbusing kbhowtousing kbHOWTOusing #3341 kbAudITProusing



        Contact

       ©1999-2008 Support at pcplans.com