Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.57 KB

File metadata and controls

42 lines (34 loc) · 1.57 KB
title Relational operators (Transact-SQL)
description Relational operators (Transact-SQL)
author rwestMSFT
ms.author randolphwest
ms.reviewer
ms.date 05/09/2022
ms.prod sql
ms.prod_service sql-database
ms.technology t-sql
ms.topic reference
ms.custom
event-tier1-build-2022
helpviewer_keywords
Relational operators [Transact-SQL], about operators
Relational operators [Transact-SQL]
dev_langs
TSQL

Relational operators (Transact-SQL)

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.

See also

What are the SQL database functions?