Skip to content

Latest commit

 

History

History
57 lines (51 loc) · 2.02 KB

File metadata and controls

57 lines (51 loc) · 2.02 KB
description Predicates
title Predicates | Microsoft Docs
ms.custom
ms.date 03/16/2017
ms.prod sql
ms.prod_service sql-database
ms.reviewer
ms.technology t-sql
ms.topic 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
author VanMSFT
ms.author vanto

Predicates

[!INCLUDE SQL Server]

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.

:::row::: :::column::: CONTAINS :::column-end::: :::row-end::: :::row::: :::column::: FREETEXT :::column-end::: :::row-end::: :::row::: :::column::: IS [NOT] NULL :::column-end::: :::row-end:::

See Also

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