WHERE
clause of a query consists of a conditional expression used to select objects or values that satisfy the expression. The WHERE
clause restricts the result of a select statement or the scope of an update or delete operation.
where_clause ::= WHERE conditional_expression
@see WhereClause @version 2.4 @since 2.4 @author Pascal Filion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|