WHERE
Specification | Value |
---|---|
Description | Clause which filters by the specified conditions. The second and the third parameters are optional. |
Parameter 1 Name | Condition1 |
Parameter 1 Type | boolean |
Parameter 2 Name | boolean |
Parameter 2 Type | Condition2 (optional) |
Parameter 3 Name | boolean |
Parameter 3 Type | Condition3 (optional) |
Return value | Clause, filtered by Condition1, Condition2 AND Condition3 |
Note
This operator is used with SELECT.