Commit 48b568ba authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Connecteur Octopus CORPS

parent 62740407
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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