pour déploiement auto v2 via gitlab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
310 B

src: |
SELECT t_ghm.oid,
t_ghm.code,
t_ghm.texte,
t_ghm.taux_cma_national,
p_calendrier.date
FROM pmsi.t_ghm,
base.p_calendrier
WHERE substr(t_ghm.code::text, 6, 1) = 'W'::text OR substr(t_ghm.code::text, 6, 1) = 'V'::text OR substr(t_ghm.code::text, 6, 1) = 'S'::text;