[code=mysql]UPDATE users set user_type='CLIE NT' where user_id in (SELECT user_id FROM clients)[/code]
The above query is not working with MYSQL version 4.xx, is there a work around for this.
The above query is not working with MYSQL version 4.xx, is there a work around for this.
Comment