This shows you the differences between two versions of the page.
| 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 3: | Line 3: | ||
| ====== Omnidex SQL: SELECT WHERE Clause ====== | ====== Omnidex SQL: SELECT WHERE Clause ====== | ||
| {{page>:sql_bar&nofooter&noeditbtn}} | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| - | ^See Also:^[[dev:sql:statements:select:home | SELECT Statement | FROM clause^GROUP BY clause^[[dev:sql:statements:select:order_by | ORDER BY clause ]]^ | + | ^See Also:^[[dev:sql:statements:select:home | SELECT Statement ]] ^ FROM clause^GROUP BY clause^[[dev:sql:statements:select:order_by | ORDER BY clause ]]^ |
| ===== 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 ===== | ||