The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
mysql query -- need some help.
I need to find in the "user" table IF field blah is set to "1" then set field blah2 to "1".
What is the sql statement I need to do this? Thanks for your help. |
#2
|
|||
|
|||
Anyone?
|
#3
|
||||
|
||||
update user set blah2 = 1 where blah = 1;
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|