• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Prosze o zapytania :)

Status
Not open for further replies.

BugaS

Donżuan
Joined
Mar 12, 2009
Messages
1,219
Reaction score
9
Location
NYC
Witam, proszę kogoś żeby napisał mi zapytania do bazy które:

Usunie all playerów oprocz Druid Sample, Knight Sample, Sorcerer Sample i Paladin Sample.

A drugie aby usunelo wszystkie accounty oprocz accountu 1.

Trzecie aby usunelo wszystkie itemy oprocz itemow Sampli.
 
DELETE FROM `player_items` WHERE `player_id` NOT IN (SELECT `id` FROM `players` WHERE `name` IN ('Druid Sample', 'Knight Sample', 'Sorcerer Sample', 'Paladin Sample'));

DELETE FROM `players` WHERE `name` NOT IN ('Druid Sample', 'Knight Sample', 'Sorcerer Sample', 'Paladin Sample');

DELETE FROM `accounts` WHERE `id` != 1;


bb.
 
Status
Not open for further replies.
Back
Top