Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.9 KB

File metadata and controls

39 lines (34 loc) · 1.9 KB
title Operators (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 2016-06-02
ms.prod sql-non-specified
ms.reviewer
ms.suite
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 BYHAM
ms.author rickbyh
manager jhubbard

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)