Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.93 KB

File metadata and controls

42 lines (34 loc) · 1.93 KB
title Relational operators (Transact-SQL)
description A relational operator is a syntax element that can accept one or more named or unnamed input parameters and returns a result set.
author rwestMSFT
ms.author randolphwest
ms.date 04/26/2024
ms.service sql
ms.subservice t-sql
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
Relational operators [Transact-SQL], about operators
Relational operators [Transact-SQL]
dev_langs
TSQL
monikerRange >=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric || =fabric-sqldb

Relational operators (Transact-SQL)

[!INCLUDE sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb]

A relational operator is a syntax element that can accept one or more named or unnamed input parameters and returns a result set. Relational operators are used as table source in a DML statement.

SQL Server implements the following relational operators:

Use

Use a relational operator like a table-valued function in a query or T-SQL statement.

Related content