Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

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

NameDescriptionValue
fieldDefines how the data will be orderedAny field name
sortorderDefine the sorting order of the dataASC or DESC