Loading doc/Connecteurs-Import/Octopus/SRC_CORPS.sql +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ SELECT c.lib_long libelle_long, FROM corps@octoprod c JOIN source s ON s.code = 'Octopus' WHERE SYSDATE BETWEEN COALESCE(c.d_ouverture, SYSDATE) AND COALESCE(c.d_fermeture + 1, SYSDATE) No newline at end of file WHERE SYSDATE BETWEEN COALESCE(c.d_ouverture, SYSDATE) AND COALESCE(c.d_fermeture + 1, SYSDATE) and c.d_fermeture IS NOT NULL and c.histo_destruction IS NULL No newline at end of file Loading
doc/Connecteurs-Import/Octopus/SRC_CORPS.sql +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ SELECT c.lib_long libelle_long, FROM corps@octoprod c JOIN source s ON s.code = 'Octopus' WHERE SYSDATE BETWEEN COALESCE(c.d_ouverture, SYSDATE) AND COALESCE(c.d_fermeture + 1, SYSDATE) No newline at end of file WHERE SYSDATE BETWEEN COALESCE(c.d_ouverture, SYSDATE) AND COALESCE(c.d_fermeture + 1, SYSDATE) and c.d_fermeture IS NOT NULL and c.histo_destruction IS NULL No newline at end of file