I have a problem with a loop that is within a loop.
To explain the scenario: The first retrieves a list of players, then loops over this list, and the second searches another table for the data that exists for this player. There may be several. And after that, I loop over the row(s), and I want to delete them. and then move on to the next player, but it doesn’t work. Could you help me?