Skip to content

Latest commit

 

History

History
69 lines (64 loc) · 2.5 KB

File metadata and controls

69 lines (64 loc) · 2.5 KB
description Operators (Transact-SQL)
title Operators (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/02/2016
ms.prod sql
ms.prod_service sql-database
ms.reviewer
ms.technology t-sql
ms.topic language-reference
dev_langs
TSQL
helpviewer_keywords
operators [Transact-SQL], about operators
operators [Transact-SQL]
ms.assetid 1fc2de8b-e7e0-4c61-9a02-4776a7d93ab7
author rothja
ms.author jroth

Operators (Transact-SQL)

[!INCLUDE SQL Server]

An operator is a symbol specifying an action that is performed on one or more expressions. The following tables lists the operator categories that [!INCLUDEssNoVersion] uses.

:::row::: :::column::: Arithmetic Operators :::column-end::: :::column::: Logical Operators :::column-end::: :::row-end:::
:::row::: :::column::: Assignment Operator :::column-end::: :::column::: Scope Resolution Operator :::column-end::: :::row-end:::
:::row::: :::column::: Bitwise Operators :::column-end::: :::column::: Set Operators (EXCEPT and INTERSECT, UNION) :::column-end::: :::row-end:::
:::row::: :::column::: Comparison Operators :::column-end::: :::column::: String Concatenation Operator :::column-end::: :::row-end:::
:::row::: :::column::: Compound Operators :::column-end::: :::column::: Unary Operators :::column-end::: :::row-end:::

See Also

Operator Precedence (Transact-SQL)