Answers for "can we orderby multiple columns in sql which we have not added in select clause"

SQL
5

sort order on two columns sql

Sort by multiple column : ORDER BY column1 DESC, column2
Posted by: Guest on March-03-2020

Code answers related to "can we orderby multiple columns in sql which we have not added in select clause"

Code answers related to "SQL"

Browse Popular Code Answers by Language