• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

delete accounts

change 1 & 2 to the id's you don't want to delete, if you get an error use ~= instead of !=
Code:
DELETE * FROM `player` WHERE `id` != 1 OR `id` != 2;
 
yes

PHP:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* FROM `accounts` WHERE `id` ~= 1 OR `id` ~= 8568137' at line 1
 
What sql server are you using?

You know you can get these commands on your own right?
Every time you make a change in the database it shows the query at the top of the window even if you did it manually without a query.
You can take that query and alter it so it does exactly what you want to do the next time you need to make a change.

Now stop being a girl with your database and leave the girly behavior to the pro's
 
Last edited by a moderator:
Back
Top