Created
June 23, 2022 08:43
-
-
Save Djourdain/6f70e3d8dd4070b984f1cd0d43b02daf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT TRIM(cdpdtcofp) AS code_lot, | |
TRIM(cdpdtcoff) AS code_unitaire, | |
qte AS quantite_par_lot | |
FROM resadec.public.coffret | |
WHERE hd_dtheure >= :dateDernierTraitement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment