Quote:
Originally Posted by Lynne
If he's already run the query, then what he would actually need to run now is something like:
Code:
UPDATE userfield SET fieldX='Yes' where fieldX='yes'
As always, you should never run a query on a live site without first doing a backup!!!
|
This worked perfectly thanks! Yes I got the case wrong when I ran the query.
Thanks all for the help with this.