This is my code:
$one=1;
$fetch=10;
SELECT ID, Name, Url, Image, Enter, Leave, Description FROM $table ORDER BY Enter DESC limit $one, $fetch
I entered the 11th entry to have an Enter of 3000, the highest.
It is not shown in the results
This is still doing Limit THEN ORDER rather than Order then limit