Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Status Change

Quote Reply
Status Change
Hi

what is the SQL Query to change all users status from Not Validated to Registered?
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Status Change In reply to
UPDATE lsql_Users SET Status = 'Registered' WHERE Status = 'Not Validated';

Something like that...


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Jun 4, 2002, 7:31 PM
Quote Reply
Re: [Ian] Status Change In reply to
Thanks

works great
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory