This is an old revision of the document!


DRAFT

Omnidex SQL: SELECT WHERE Clause

Description

The WHERE clause can be used to specify both criteria and table join information.

Syntax

Statement

Discussion

Examples

select * from trans_table where state = 'CA';
 
Back to top
dev/sql/statements/select/where.1278194877.txt.gz ยท Last modified: 2012/10/26 14:58 (external edit)