Skip to end of metadata
-
Created by Former user, last modified by Former user on Oct 30, 2014
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 5
Next »
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 | A table field. | Any field name |
sortorder | Defines the sorting order of the data. | ASC or DESC |
Example
Order By
...
<orderby>
<field>
<field>OUGROUPS.OUGNAME</field>
<sortorder>ASC</sortorder>
</field>
</orderby>
...