Skip to content

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

eoudejans edited this page Jul 24, 2024 · 4 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 criterium) and an Order By Clause (sort criterium).

In GeoDMS configure this type of Statements 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