The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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;
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|