Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 785ca0a

Browse files
authored
Fix naming and formatting inconsistencies
1 parent 1a5c781 commit 785ca0a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/t-sql/language-elements/compound-operators-transact-sql.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ ms.workload: "On Demand"
3333

3434
|Operator|Link to more information|Action|
3535
|--------------|------------------------------|------------|
36-
|+=|[+= (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.|
4444

4545
## Syntax
4646

0 commit comments

Comments
 (0)