Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.84 KB

File metadata and controls

35 lines (30 loc) · 1.84 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.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)

[!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)