![]() |
Mysql delete user id *help*
In Mysql i want to delete user id's @ 0 and there posts but i am unsure how to run the query
user id's @ 0 (removed members) are still being called up from some hacks :( help needed please anyone ? |
I don't understand what you mean, user ids at 0? Please could you explain some more...
|
Quote:
|
Oh, so you want to remove all users who have userid = 0?
Code:
DELETE FROM user WHERE userid=0; |
there won't be a single user with userid 0.
you just can delete posts from guests: [sql]DELETE FROM post WHERE userid = 0[/sql] |
All times are GMT. The time now is 08:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|