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;