Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.92 KB

File metadata and controls

39 lines (34 loc) · 1.92 KB
title Operators (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/02/2016
ms.prod sql
ms.prod_service sql-database
ms.reviewer
ms.suite sql
ms.technology t-sql
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
TSQL
helpviewer_keywords
operators [Transact-SQL], about operators
operators [Transact-SQL]
ms.assetid 1fc2de8b-e7e0-4c61-9a02-4776a7d93ab7
caps.latest.revision 30
author douglaslMS
ms.author douglasl
manager craigg

Operators (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

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.

Arithmetic Operators Logical Operators
Assignment Operator Scope Resolution Operator
Bitwise Operators Set Operators
Comparison Operators String Concatenation Operator
Compound Operators Unary Operators

See Also

Operator Precedence (Transact-SQL)