How to delete all banned accounts [MySQL]
#4

OK, I misunderstood. You need to join them. Again, I can only give examples as you do not post your database structure.
pawn Код:
DELETE FROM users u
INNER JOIN banusers bu ON bu.name=u.name;
Reply


Messages In This Thread
How to delete all banned accounts [MySQL] - by GospodinX - 09.07.2018, 18:40
Re: How to delete all banned accounts [MySQL] - by Calisthenics - 09.07.2018, 18:44
Re: How to delete all banned accounts [MySQL] - by GospodinX - 09.07.2018, 18:46
Re: How to delete all banned accounts [MySQL] - by Calisthenics - 09.07.2018, 18:54

Forum Jump:


Users browsing this thread: 4 Guest(s)