What does ORDER BY 1 mean?

ORDER BY 1; By specifying ORDER BY 1 , we're instructing the database to sort the results based on the first column in the SELECT list, which is title in this case. This means that the above query is equivalent to this one: SELECT. Lees verder ยป

Bron: learnsql.com
Gerelateerd aan What does ORDER BY 1 mean?