I need to have something like : UPDATE Mytable Set MybinaryField= not(MybinaryField)
I cant get it to work as not is used only in the where clause. Is there a simple way to do this without accessing the database twice? Thanks.
I need to have something like : UPDATE Mytable Set MybinaryField= not(MybinaryField)
I cant get it to work as not is used only in the where clause. Is there a simple way to do this without accessing the database twice? Thanks.