SyntaxFix
Write A Post
Hire A Developer
Questions
Generally speaking, for boolean or bit data types, you would use 0 or 1 like so:
boolean
bit
0
1
UPDATE tbl SET bitCol = 1 WHERE bitCol = 0
See also: