What is the use of the order by ASC keyword in an SQL query?
1
vote
1
answer
129
views
As most, if not all, implementation of SQL use the
ASC
keyword by default in an ORDER BY
clause when it is omitted.
Are there valid use case for the ASC
keyword?
I am NOT asking for psychological reasons, opinions, good practices, readability or anything fabricated around SQL that can change from one person's perspective to another.
Asked by Stefmachine
(119 rep)
Apr 6, 2023, 07:26 PM
Last activity: Apr 8, 2023, 08:55 AM
Last activity: Apr 8, 2023, 08:55 AM