asdzx123
Member
- Joined
- Jul 1, 2019
- Messages
- 37
- Reaction score
- 8
Hello
Why when changing the limit to number 1, the first player does not appear at the top, on the contrary, the second player appears at the top, where is the situation?

When it is changed to Limit 1, the first player like appearance in limit 2 does not appear
Tatamoto does not appear when Limit 1 . is changed

I hope you understand my words, thank you for reading
bamp
Why when changing the limit to number 1, the first player does not appear at the top, on the contrary, the second player appears at the top, where is the situation?
$players = $SQL->query('SELECT * FROMplayersWHERE deleted = 0 ANDgroup_id= 1 ANDaccount_id!= 1 LIMIT 2; ')->fetchAll();

When it is changed to Limit 1, the first player like appearance in limit 2 does not appear
Tatamoto does not appear when Limit 1 . is changed
$players = $SQL->query('SELECT * FROMplayersWHERE deleted = 0 ANDgroup_id= 1 ANDaccount_id!= 1 LIMIT 1; ')->fetchAll();
I hope you understand my words, thank you for reading
Post automatically merged:
bamp
Last edited:
