Uff, "sloupci" :-(
Příspěvky odeslané z IP adresy 31.186.189.–
Buldock
Buldock
Pro sloupce typu bit by mělo fungovat :
declare @x bit = 1, @y bit = 0; --nahrada tabulky se sloupcy:
select x = @x, y = @y, xandy = @x & @y, xory = @x | @y
Viz: https://docs.microsoft.com/en-us/sql/t-sql/language-elements/bitwise-operators-transact-sql