Select … From … Where … Order By…

Relational model versus Semantic arrays DML

The Select … From … Where … Order By statement is used to select one or more attributes from a table with a Where Clause (selection criterion) and an Order By Clause (sort criterion).

In GeoDMS configure this type of statement in two steps:

  1. First configure the Select … From … Where … part of the statement.
  2. For the resulting selection configure the Select … From … Order By… part.