Skip to end of banner
Go to start of banner

Order By

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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
  • No labels