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

Commit 5ce8df3

Browse files
authored
Fix naming and formatting inconsistencies
1 parent 8b96858 commit 5ce8df3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/language-elements/operator-precedence-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ms.workload: "On Demand"
3333
|Level|Operators|
3434
|-----------|---------------|
3535
|1|~ (Bitwise NOT)|
36-
|2|* (Multiply), / (Division), % (Modulo)|
37-
|3|+ (Positive), - (Negative), + (Add), (+ Concatenate), - (Subtract), & (Bitwise AND), ^ (Bitwise Exclusive OR), | (Bitwise OR)|
36+
|2|* (Multiplication), / (Division), % (Modulus)|
37+
|3|+ (Positive), - (Negative), + (Addition), (+ Concatenation), - (Subtraction), & (Bitwise AND), ^ (Bitwise Exclusive OR), | (Bitwise OR)|
3838
|4|=, >, \<, >=, <=, <>, !=, !>, !< (Comparison operators)|
3939
|5|NOT|
4040
|6|AND|

0 commit comments

Comments
 (0)