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

src: |
SELECT t_compte.oid AS compte_id,
t_compte.code AS compte_code,
t_compte.texte AS compte_texte,
t_compte.section_id AS compte_section_id,
t_compte.section_code AS compte_section_code,
t_compte.section_texte AS compte_section_texte
FROM rh.t_compte;