SELECT

SELECT selects and returns data from the specified table. For example:

      SELECT [ALL | DISTINCT] [selectList | *]
          FROM tableReferenceList
          [WHERE searchCondition]
          [GROUP BY columnName [, columnName] ... ]
          [HAVING searchCondition]
          [orderByClause]

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker