UtterAccess HomeUtterAccess Wiki

Welcome Guest ( Log In | Register )

Edit Discussion
> Select queries    
(Difference between revisions)
Revision as of 15:30, 21 April 2012
Argeedblu (Talk | contribs)

← Previous diff
Current revision
Argeedblu (Talk | contribs)

Line 4: Line 4:
[SQL]Select Field1, Field2, Fieldn From Tablename [/SQL] [SQL]Select Field1, Field2, Fieldn From Tablename [/SQL]
 +
 +Select queries usually include optional clauses to specify the criteria for records to be selected and the order in which selected records are to appear. The [[SELECT]] article describes these clauses.

Current revision

Select queries

Select queries (as opposed to Action Queries) are used to retrieve data from tables and other queries. Select queries do not modify the databases data in any way; they simply produce a temporary recordset of data determined by the criteria specified in the query.

SQL
Select Field1, Field2, Fieldn From Tablename

Select queries usually include optional clauses to specify the criteria for records to be selected and the order in which selected records are to appear. The SELECT article describes these clauses.

Edit Discussion
Thank you for your support!
This page has been accessed 313 times.  This page was last modified 15:40, 21 April 2012 by Glenn Lloyd.   Disclaimers