view etl/src/main/resources/sql/aft-oracle-jdbc-oracledriver.properties @ 8465:2772a0fc7400

(issue1767) Fix closet next value selection. This simplyfies the code and thus fixes the overly complicated old version.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 04 Nov 2014 17:09:04 +0100
parents 5aa05a7a34b7
children
line wrap: on
line source
select.abflusstafel = \
    SELECT ABFLUSSTAFEL_NR, \
           ABFLUSSTAFEL_BEZ, \
           GUELTIG_VON, \
           GUELTIG_BIS, \
           PEGELNULLPUNKT, \
           AT.BFG_ID \
    FROM ABFLUSSTAFEL AT \
    WHERE MESSSTELLE_NR LIKE :number

http://dive4elements.wald.intevation.org