Operators (Transact-SQL)

**APPLIES TO:** ![yes](media/yes.png)SQL Server (starting with 2008) ![no](media/no.png)Azure SQL Database ![no](media/no.png)Azure SQL Data Warehouse ![no](media/no.png)Parallel Data Warehouse

An operator is a symbol specifying an action that is performed on one or more expressions. The following tables lists the operator categories that SQL Server 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)