https://rules.visual-expert.com/EN/code-rule-vetsqlrule33.html
Column names should be used in an ORDER BY clause (SQL Server)
This rule states that when using the ORDER BY clause in SQL Server, column names should be used instead of column numbers. This ensures that the ordering of...
order by clauseshould bein an
https://www.learnvern.com/sql-server-tutorial/order-by-clause-in-sql
SQL: ORDER BY Clause - The Experts Guide
The SQL ORDER BY Clause is a very powerful function in SQL that allows you to sort data. The ORDER BY clause can be used when you want to sort information from...
order by clausethe expertssqlguide