can we have two order by column in sql code example
Example 1: sort order on two columns sql
Sort by multiple column : ORDER BY column1 DESC, column2
Example 2: sql order by two columns
ORDER BY column1 DESC, column2
Sort by multiple column : ORDER BY column1 DESC, column2
ORDER BY column1 DESC, column2