11---
22title : " Bitwise Operators (Transact-SQL) | Microsoft Docs"
33ms.custom : " "
4- ms.date : " 09/07/2017 "
4+ ms.date : " 06/04/2019 "
55ms.prod : sql
66ms.prod_service : " database-engine, sql-database, sql-data-warehouse, pdw"
77ms.reviewer : " "
@@ -49,6 +49,7 @@ See the following topics:
4949| ------------------| -------------------|
5050| [ binary] ( ../../t-sql/data-types/binary-and-varbinary-transact-sql.md ) | ** int** , ** smallint** , or ** tinyint** |
5151| [ bit] ( ../../t-sql/data-types/bit-transact-sql.md ) | ** int** , ** smallint** , ** tinyint** , or ** bit** |
52+ | [ bigint] ( ../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md ) | ** int** , ** smallint** , ** tinyint** , ** binary** , or ** varbinary** |
5253| [ int] ( ../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md ) | ** int** , ** smallint** , ** tinyint** , ** binary** , or ** varbinary** |
5354| [ smallint] ( ../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md ) | ** int** , ** smallint** , ** tinyint** , ** binary** , or ** varbinary** |
5455| [ tinyint] ( ../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md ) | ** int** , ** smallint** , ** tinyint** , ** binary** , or ** varbinary** |
@@ -57,5 +58,4 @@ See the following topics:
5758## See Also
5859 [ Operators ( ; Transact-SQL) ; ] ( ../../t-sql/language-elements/operators-transact-sql.md )
5960 [ Data Types ( ; Transact-SQL) ; ] ( ../../t-sql/data-types/data-types-transact-sql.md )
60- [ Compound Operators ( ; Transact-SQL) ; ] ( ../../t-sql/language-elements/compound-operators-transact-sql.md )
61-
61+ [ Compound Operators ( ; Transact-SQL) ; ] ( ../../t-sql/language-elements/compound-operators-transact-sql.md )
0 commit comments