UtterAccess HomeUtterAccess Wiki

Welcome Guest ( Log In | Register )

Edit Discussion
> Select queries    
Revision as of 15:40, 21 April 2012; view current revision
←Older revision | Newer 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!
Disclaimers