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

src: |
SELECT t_compte.oid AS compte_article_oid,
t_compte.code AS compte_article_code,
t_compte.texte AS compte_article_texte,
t_compte.section_id AS compte_article_section_id,
t_compte.section_code AS compte_article_section_code,
t_compte.section_texte AS compte_article_section_texte
FROM eco.t_compte;