Skip to content
Snippets Groups Projects
Commit 48b568ba authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Connecteur Octopus CORPS

parent 62740407
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment