in mysql table update 'a' record with 'b' and 'b' with 'a'
- by chetan
IN my table there are two field one is name and other is gender I want to fire query so that
every male is update with female and vice a versa.
I don't want to use procedure ,trigger or function.I have to do this only with simple query.