view etl/src/main/resources/sql/aft-oracle-jdbc-oracledriver.properties @ 8467:5fa1c8be43db

(issue1767) Fix lookup of closest value. If no match can be found stay on the same value. If an equal match can be found use it.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 05 Nov 2014 15:44: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