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.
 
 

5 lines
224 B

src: |
SELECT t_regles_non_valorisation.oid,
t_regles_non_valorisation.code,
(t_regles_non_valorisation.code || ' - '::text) || t_regles_non_valorisation.texte AS texte
FROM pmsi.t_regles_non_valorisation;