yep one sec i think i can
let me think lol xD
yep one sec i think i can
let me think lol xD
MSN- [email protected]
Yes it would be something like this:
MODIFY WHERE 'accounts' ('flags' = '8' to '0')
That is a pure guess but I am sure it is something like this.
you where close =PYes it would be something like this:
MODIFY WHERE 'accounts' ('flags' = '8' to '0')
That is a pure guess but I am sure it is something like this.
update `accounts` set flags= '8 ' where flags=0
try that
MSN- [email protected]
No Alexz, you are wrong..
update 'accounts' set 'flags' = '0' where 'flags' = '8'
That should work if I am correct.
i almost got it =P
MSN- [email protected]
Haha, 2d is viewing this thread, he will probaly correct me too!![]()
yep thats 2d for ya xD
MSN- [email protected]
None of them worked? Anyone else ??
wellHaha, 2d is viewing this thread, he will probaly correct me too!![]()
update accounts
set flags = 0
where flags = '8'
works for me in sqlyog
If you need me you have my skype, if you don't have my skype then you don't need me.
I think that should work what 2d said if it does not try this:
update 'accounts'
set 'flags' = '0'
where 'flags' = '8'
But I am sure that what 2d said should work..![]()
i know mine works as i tested it be4 hand :P![]()
If you need me you have my skype, if you don't have my skype then you don't need me.