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.
 
 
 

8 lines
281 B

src: |
SELECT t_lieux.oid AS lieu_oid,
t_lieux.code AS lieu_code,
t_lieux.texte_court AS lieu_texte,
t_lieux.section_id AS lieu_section_id,
t_lieux.section_code AS lieu_section_code,
t_lieux.section_texte AS lieu_section_texte
FROM eco.t_lieux;