SQL - ORDER BY clause

Опубликовано: 01 Октябрь 2024
на канале: ITCuties
3,315
9

Tutorial link:
http://www.itcuties.com/sql/sql-order...

Just remember we use SQL ORDER BY clause to order result-set by column or columns specified from left to right and if you forget to use ASC or DESC at the end of statement, don't worry... ASC is default .