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.
 
 

21 lines
985 B

src: |
SELECT t_codes_postaux_c.oid AS code_postal_id,
t_codes_postaux_c.code AS code_postal_code,
t_codes_postaux_c.texte_court AS code_postal_texte,
t_codes_postaux_c.departement_id,
t_codes_postaux_c.departement_code,
t_codes_postaux_c.departement_texte,
t_codes_postaux_c.code_geographique_pmsi_id,
t_codes_postaux_c.code_geographique_pmsi_code,
t_codes_postaux_c.code_geographique_pmsi_texte,
t_codes_postaux_c.code_geographique_pmsi_population,
t_codes_postaux_c.territoire_sante_id,
t_codes_postaux_c.territoire_sante_code,
t_codes_postaux_c.territoire_sante_texte,
t_codes_postaux_c.section_id AS code_postal_section_id,
t_codes_postaux_c.section_code AS code_postal_section_code,
t_codes_postaux_c.section_texte AS code_postal_section_texte,
t_codes_postaux_c.region_id,
t_codes_postaux_c.region_code,
t_codes_postaux_c.region_texte
FROM pmsi.t_codes_postaux_c;