Answer the question
In order to leave comments, you need to log in
Why is it not sorting the elements correctly?
SELECT `username`, `online`
FROM `moders`
WHERE `date` = '03.11.2019'
ORDER BY `online` DESC
LIMIT 0 , 30
Answer the question
In order to leave comments, you need to log in
And that's it, I solved the problem myself ... The field type was `varchar`, changed to `int` and now it's normal to sort.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question