Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
SELECT 
 lat@hdr,
 lon@hdr,
 obsvalue@body
 WHERE
 vertco_reference_1@body = 5 

...

Type in the following ODB/SQL query in the Odb Query multi-line text input field.

Code Block
whereSELECT 
 lat@hdr as lat,
 lon@hdr as lon,
 fg_depar@body as fg_dep,
 an_depar@body as an_dep
whereWHERE
 vertco_reference_1@body = 5 

...