Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.92 KB

File metadata and controls

50 lines (44 loc) · 1.92 KB
title Predicates | Microsoft Docs
ms.custom
ms.date 03/16/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
TSQL
helpviewer_keywords
HAVING clause, predicates
FROM clause, predicates
unknown data [SQL Server]
TRUE
WHERE clause, predicates
FALSE
predicates [full-text search]
expressions [SQL Server], predicates
ms.assetid ddbc530c-f44d-4551-9ca3-3430258eb6c0
caps.latest.revision 30
author BYHAM
ms.author rickbyh
manager jhubbard

Predicates

[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx_md]

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

[!INCLUDEssNoVersion] provides the following predicates.

CONTAINS
FREETEXT
IS [NOT] NULL

See Also

BETWEEN (Transact-SQL)
EXISTS (Transact-SQL)
IN (Transact-SQL)
LIKE (Transact-SQL)
Search Condition (Transact-SQL)