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_sites.oid AS site_oid,
t_sites.code AS site_code,
t_sites.texte_court AS site_texte,
t_sites.section_id AS site_section_id,
t_sites.section_code AS site_section_code,
t_sites.section_texte AS site_section_texte
FROM eco.t_sites;