A
A
Alex Ponomarev2020-06-17 18:54:18
SQL
Alex Ponomarev, 2020-06-17 18:54:18

Display the desired row from the database in descending order of a certain column, how to do it?

"SELECT * FROM `mytable2` ORDER BY `3` + 0 DESC"
the code allows you to display user data in descending order in the `3` column of the database But I
can’t find information that allows you to display data by rating at a specific place

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lazy @BojackHorseman, 2020-06-17
@rusindex

LIMIT OFFSET

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question