Skip to content

Select ... From ... Where ... Order By...

Jip Claassens edited this page Jul 6, 2026 · 5 revisions

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.

Clone this wiki locally