Bit-flipping operations in T-SQL

前端 未结 2 623
没有蜡笔的小新
没有蜡笔的小新 2020-12-17 11:15

I have a bitmasked int field in my database. Usually I manage it through C# code, but now I need to flip a bit in the mask using T-SQL

How do I accomplish the follow

2条回答
提交回复
热议问题