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 Version History

« Previous Version 2 Next »

Overview

The select function also allows users to order results the way they might in a typical relational database. Results may be ordered by one or more variables in both ascending or descending order.

Step By Step

  • Begin with a simple select query.
  • If ascending or descending order is not specified the order by clause will default to ascending. 

    Order by VAR1 Ascending
     http://{host}/rds/{collection}/{view}/select?orderby=VAR1
  • To specify descending order add "DESC" to the clause.
  • No labels