view etl/src/main/resources/sql/aft-oracle-jdbc-oracledriver.properties @ 8487:3e5d69e143e9

Datacage config: Oracle has no boolean data type and thus can not handle such CASE-statement in WHERE-clause.
author Tom Gottfried <tom@intevation.de>
date Tue, 02 Dec 2014 12:59:52 +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