Skip to content

Instantly share code, notes, and snippets.

@Djourdain
Created June 23, 2022 08:43
Show Gist options
  • Save Djourdain/6f70e3d8dd4070b984f1cd0d43b02daf to your computer and use it in GitHub Desktop.
Save Djourdain/6f70e3d8dd4070b984f1cd0d43b02daf to your computer and use it in GitHub Desktop.
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