@@ -38,13 +38,13 @@ ms.workload: "Active"
3838| NOT <br > Reverses the bit value at every bit location. | 1010 1010 = 170 <br >----------------- <br > 0101 0101 = 85 |
3939
4040See the following topics:
41- * [ & ( Bitwise AND) ] ( ../../t-sql/language-elements/bitwise-and-transact-sql.md )
42- * [ &= ( Bitwise AND EQUALS) ] ( ../../t-sql/language-elements/bitwise-and-equals-transact-sql.md )
43- * [ | ; ( Bitwise OR) ] ( ../../t-sql/language-elements/bitwise-or-transact-sql.md )
44- * [ | ; = ( Bitwise OR EQUALS) ] ( ../../t-sql/language-elements/bitwise-or-equals-transact-sql.md )
45- * [ ^ ( Bitwise Exclusive OR) ] ( ../../t-sql/language-elements/bitwise-exclusive-or-transact-sql.md )
46- * [ ^= ( Bitwise Exclusive OR EQUALS) ] ( ../../t-sql/language-elements/bitwise-exclusive-or-equals-transact-sql.md )
47- * [ ~ ( Bitwise NOT) ] ( ../../t-sql/language-elements/bitwise-not-transact-sql.md )
41+ * [ & &# 40 ; Bitwise AND&# 41 ; ] ( ../../t-sql/language-elements/bitwise-and-transact-sql.md )
42+ * [ &= &# 40 ; Bitwise AND Assignment &# 41 ; ] ( ../../t-sql/language-elements/bitwise-and-equals-transact-sql.md )
43+ * [ | ; &# 40 ; Bitwise OR&# 41 ; ] ( ../../t-sql/language-elements/bitwise-or-transact-sql.md )
44+ * [ | ; = &# 40 ; Bitwise OR Assignment &# 41 ; ] ( ../../t-sql/language-elements/bitwise-or-equals-transact-sql.md )
45+ * [ ^ &# 40 ; Bitwise Exclusive OR&# 41 ; ] ( ../../t-sql/language-elements/bitwise-exclusive-or-transact-sql.md )
46+ * [ ^= &# 40 ; Bitwise Exclusive OR Assignment &# 41 ; ] ( ../../t-sql/language-elements/bitwise-exclusive-or-equals-transact-sql.md )
47+ * [ ~ &# 40 ; Bitwise NOT&# 41 ; ] ( ../../t-sql/language-elements/bitwise-not-transact-sql.md )
4848
4949 The operands for bitwise operators can be any one of the data types of the integer or binary string data type categories (except for the ** image** data type), except that both operands cannot be any one of the data types of the binary string data type category. The following table shows the supported operand data types.
5050
@@ -59,6 +59,6 @@ See the following topics:
5959
6060## See Also
6161 [ Operators ( ; Transact-SQL) ; ] ( ../../t-sql/language-elements/operators-transact-sql.md )
62- [ Data Types ( ; Transact-SQL) ; ] ( ../../t-sql/data-types/data-types-transact-sql.md )
63-
62+ [ Data Types ( ; Transact-SQL) ; ] ( ../../t-sql/data-types/data-types-transact-sql.md )
63+ [ Compound Operators &# 40 ; Transact-SQL &# 41 ; ] ( ../../t-sql/language-elements/compound-operators-transact-sql.md )
6464
0 commit comments