Order By
An order by clause in SQL specifies that a SQL select statement returns a result set with the rows being sorted by the values of one or more columns.
Attributes
Name | Description | Value |
---|---|---|
field | Defines how the data will be ordered | Any field name |
sortorder | Define the sorting order of the data | ASC or DESC |