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.
 
 
 

11 lines
490 B

src: |
SELECT t_codes_postaux.oid AS code_postal_id,
t_codes_postaux.code AS code_postal_code,
t_codes_postaux.texte AS code_postal_texte,
t_codes_postaux.section_id AS code_postal_section_id,
t_codes_postaux.section_code AS code_postal_section_code,
t_codes_postaux.section_texte AS code_postal_section_texte,
t_codes_postaux.departement_id,
t_codes_postaux.departement_code,
t_codes_postaux.departement_texte
FROM rh.t_codes_postaux;