5329c3827c
* Fixed a few layout bugs in new documentation * Fixed documentation table of contents indentation bug in IE6 (fixes #344) * Fixed a parser bug in Sensei_Doc_Section * Restructrured a bit some files of the documentation.
11 lines
441 B
Plaintext
11 lines
441 B
Plaintext
Syntax:
|
|
|
|
<code>
|
|
WHERE <where_condition>
|
|
</code>
|
|
|
|
* The {{WHERE}} clause, if given, indicates the condition or conditions that the records must satisfy to be selected.
|
|
* {{where_condition}} is an expression that evaluates to true for each row to be selected.
|
|
* The statement selects all rows if there is no {{WHERE}} clause.
|
|
* When narrowing results with aggregate function values {{HAVING}} clause should be used instead of {{WHERE}} clause
|