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.1278194968.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)