I have a data field that is a simple enum('0','1') is it possible to update it and just flip the results? So for example i have a 0 and want to simply flip it to 1 but on the other hand it might be a 1 and i want to flip it to a 0 with the same query. Is this possible or would i have to use the scripting language and do a normal update?
Any help would be great!