• 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!

Bad Error

Ferdek Kiepski

Banned User
Joined
Dec 22, 2009
Messages
157
Reaction score
2
mysql_real_query(): DELETE FROM `player_deaths` WHERE `rowid` = (SELECT `rowid` FROM `player_deaths` WHERE `player_id` = 17 ORDER BY `time` LIMIT 1); - MYSQL ERROR: You can't specify target table 'player_deaths' for update in FROM clause (1093)

what this
 
SQL Query:
LUA:
DELETE FROM `player_deaths` WHERE `rowid` = (SELECT `rowid` FROM `player_deaths` WHERE `player_id` = 17 ORDER BY `time` LIMIT 1);
 
Back
Top