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

src: |
SELECT t_situations_famille.oid AS situation_famille_id,
t_situations_famille.code AS situation_famille_code,
t_situations_famille.texte AS situation_famille_texte,
t_situations_famille.section_id AS situation_famille_section_id,
t_situations_famille.section_code AS situation_famille_section_code,
t_situations_famille.section_texte AS situation_famille_section_texte
FROM rh.t_situations_famille;