The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
What is the SQL Query that i would have to use to delete ALL of 1 users posts at once? I forgot and needed a reminder....
edit: Nevermind just remembered mass pruning in the admincp |
|
#2
|
||||
|
||||
|
Code:
DELETE FROM post WHERE userid = XX |
![]() |
|
|