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
269 B

src: |
SELECT t_lpp_c.oid AS lpp_oid,
t_lpp_c.code AS lpp_code,
t_lpp_c.texte AS lpp_texte,
t_lpp_c.section_id AS lpp_section_id,
t_lpp_c.section_code AS lpp_section_code,
t_lpp_c.section_texte AS lpp_section_texte
FROM eco.t_lpp_c;