I have 10 rows.first 5 rows is gender column with "male". second 5 rows gender column with "female".
I want mysql query to change where column "male" into "female" and "female" into "male".
Thanks for answering...
If i tried male into female . all fields will be male.