[PS: the query is based on the schema of tfs 1.X]
players table is linked to accounts with a foreign key attached to the column (account_id), so to workaround this, we want to check if the count of players with an account_id x = 0, that generates a list at which we can iterate to delete them...