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
For ENUM(0,1) fields you can use...
UPDATE table SET int_value=BINARY(int_value=1)