I know how to do this, but i think I\'ll overcomplicate it with double selects and so on.
How can you do this (example in pseudo-sql)
UPDATE some_table S
UPDATE some_table SET an_int_value = IF(an_int_value=1, 0, 1)