Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.65 KB

File metadata and controls

43 lines (36 loc) · 1.65 KB
title Predicates
description Predicates
author VanMSFT
ms.author vanto
ms.reviewer randolphwest
ms.date 07/25/2022
ms.service sql
ms.subservice t-sql
ms.topic reference
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
dev_langs
TSQL

Predicates

[!INCLUDE SQL Server]

A predicate 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.

[!INCLUDEssNoVersion] provides the following predicates:

See also