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

src: |
SELECT t_accident_siege.oid AS accident_siege_id,
t_accident_siege.code AS accident_siege_code,
t_accident_siege.texte AS accident_siege_texte,
t_accident_siege.section_id AS accident_siege_section_id,
t_accident_siege.section_code AS accident_siege_section_code,
t_accident_siege.section_texte AS accident_siege_section_texte
FROM rh.t_accident_siege;