You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|+=|[+= (Add EQUALS)(Transact-SQL)](../../t-sql/language-elements/add-equals-transact-sql.md)|Adds some amount to the original value and sets the original value to the result.|
37
-
|-=|[-= (Subtract EQUALS)(Transact-SQL)](../../t-sql/language-elements/subtract-equals-transact-sql.md)|Subtracts some amount from the original value and sets the original value to the result.|
38
-
|*=|[*= (Multiply EQUALS)(Transact-SQL)](../../t-sql/language-elements/multiply-equals-transact-sql.md)|Multiplies by an amount and sets the original value to the result.|
39
-
|/=|[(Divide EQUALS)(Transact-SQL)](../../t-sql/language-elements/divide-equals-transact-sql.md)|Divides by an amount and sets the original value to the result.|
40
-
|%=|[Modulo EQUALS(Transact-SQL)](../../t-sql/language-elements/modulo-equals-transact-sql.md)|Divides by an amount and sets the original value to the modulo.|
41
-
|&=|[&= (Bitwise AND EQUALS)(Transact-SQL)](../../t-sql/language-elements/bitwise-and-equals-transact-sql.md)|Performs a bitwise AND and sets the original value to the result.|
42
-
|^=|[^= (Bitwise Exclusive OR EQUALS)(Transact-SQL)](../../t-sql/language-elements/bitwise-exclusive-or-equals-transact-sql.md)|Performs a bitwise exclusive OR and sets the original value to the result.|
43
-
||=|[|= (Bitwise OR EQUALS)(Transact-SQL)](../../t-sql/language-elements/bitwise-or-equals-transact-sql.md)|Performs a bitwise OR and sets the original value to the result.|
36
+
|+=|[+= (Add Assignment)(Transact-SQL)](../../t-sql/language-elements/add-equals-transact-sql.md)|Adds some amount to the original value and sets the original value to the result.|
37
+
|-=|[-= (Subtract Assignment)(Transact-SQL)](../../t-sql/language-elements/subtract-equals-transact-sql.md)|Subtracts some amount from the original value and sets the original value to the result.|
38
+
|*=|[*= (Multiply Assignment)(Transact-SQL)](../../t-sql/language-elements/multiply-equals-transact-sql.md)|Multiplies by an amount and sets the original value to the result.|
39
+
|/=|[(Divide Assignment)(Transact-SQL)](../../t-sql/language-elements/divide-equals-transact-sql.md)|Divides by an amount and sets the original value to the result.|
40
+
|%=|[Modulus Assignment(Transact-SQL)](../../t-sql/language-elements/modulo-equals-transact-sql.md)|Divides by an amount and sets the original value to the modulo.|
41
+
|&=|[&= (Bitwise AND Assignment)(Transact-SQL)](../../t-sql/language-elements/bitwise-and-equals-transact-sql.md)|Performs a bitwise AND and sets the original value to the result.|
42
+
|^=|[^= (Bitwise Exclusive OR Assignment)(Transact-SQL)](../../t-sql/language-elements/bitwise-exclusive-or-equals-transact-sql.md)|Performs a bitwise exclusive OR and sets the original value to the result.|
43
+
||=|[|= (Bitwise OR Assignment)(Transact-SQL)](../../t-sql/language-elements/bitwise-or-equals-transact-sql.md)|Performs a bitwise OR and sets the original value to the result.|
0 commit comments