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

src: |
SELECT t_accident_nature.oid AS accident_nature_id,
t_accident_nature.code AS accident_nature_code,
t_accident_nature.texte AS accident_nature_texte,
t_accident_nature.section_id AS accident_nature_section_id,
t_accident_nature.section_code AS accident_nature_section_code,
t_accident_nature.section_texte AS accident_nature_section_texte
FROM rh.t_accident_nature;