Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 2.02 KB

File metadata and controls

43 lines (38 loc) · 2.02 KB
title Operators (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/02/2016
ms.prod sql
ms.prod_service sql-database
ms.service
ms.component t-sql|language-elements
ms.reviewer
ms.suite sql
ms.technology
database-engine
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
ms.workload Active

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)