The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
There is a field in the user database that I want to change for all users. It's a simple change - going from "0" to "1". How would you write a SQL query to change the data for all users from "0" to "1" in that field?
|
|
#2
|
||||
|
||||
|
UPDATE user SET field = 1;
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|