Predicates
Applies to: SQL Server (all supported versions)
Is an expression that evaluates to TRUE, FALSE, or UNKNOWN. Predicates are used in the search condition of WHERE clauses and HAVING clauses, the join conditions of FROM clauses, and other constructs where a Boolean value is required.
In This Section
SQL Server provides the following predicates.
See Also
BETWEEN (Transact-SQL)
EXISTS (Transact-SQL)
IN (Transact-SQL)
LIKE (Transact-SQL)
Search Condition (Transact-SQL)
Feedback
Submit and view feedback for