SQL - Structured Query Language | |||||||||||||||||||||||||||
Compound OperatorsAn operator is a symbol specifying an action that is performed on one or more expressions. SQL Server operators can categories into Arithmetic Operators, Assignment Operator, String Concatenation Operator, Comparison Operators, Bitwise Operators, Unary Operators, Compound Operators, Scope Resolution Operator, Logical Operators and SET Operators. Compound operators are used to execute arithmetic and bitwise operator's operation with a variable that output value should update on the original variable's value.
|
* * * * *