I need to select the 25 best entries from the table according to the column Num.
There are two questions. Firstly, the table is not sorted Num. I know that this can be solved using GROUP ORDER BY. Secondly, the number of entries in the table may be less than 25.
Is there a way to make this selection in only one SQL statement?
source
share