| 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 |
|
||
| helpviewer_keywords |
|
||
| dev_langs |
|
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:
- GENERATE_SERIES (Transact-SQL)
- OPENDATASOURCE (Transact-SQL)
- OPENQUERY (Transact-SQL)
- OPENROWSET (Transact-SQL)
- OPENXML (Transact-SQL)
- OPENJSON (Transact-SQL)
- PREDICT (Transact-SQL)
- STRING_SPLIT (Transact-SQL)
Use a relational operator like a table-valued function in a query or T-SQL statement.