Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:sql:statements:select:where [2010/07/03 22:09]
tdo
dev:sql:statements:select:where [2016/06/28 22:38] (current)
Line 7: Line 7:
 ===== Description ===== ===== Description =====
 The WHERE clause can be used to specify both criteria and table join information. The WHERE clause can be used to specify both criteria and table join information.
- 
 ===== Syntax ===== ===== Syntax =====
 +<​code>​
 +  WHERE [ criteria_list ]
 +        [ EXISTS (subquery) ]
 +        [ IN (subquery) ]
 +</​code>​
  
-  Statement 
-  
 ===== Discussion ===== ===== Discussion =====
  
 
Back to top
dev/sql/statements/select/where.1278194992.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)