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

src: |
SELECT t_pole.oid AS pole_id,
t_pole.code AS pole_code,
t_pole.texte AS pole_texte,
t_pole.section_id AS pole_section_id,
t_pole.section_code AS pole_section_code,
t_pole.section_texte AS pole_section_texte
FROM rh.t_pole;