WHERE
Clauses
WHERE
clauses are used to filter the results of a query. They are used in the same way as in SQL.
Functions in WHERE
clauses require explicit definition and can't use a computed field
Correct function and WHERE
clause usage
Incorrect function and WHERE
clause usage
Selecting on a calculated column by name
Calculated columns in WHERE
clauses can only be used with aggregates