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

src: |
SELECT t_precisions_motif_arret.oid AS precision_motif_arret_id,
t_precisions_motif_arret.code AS precision_motif_arret_code,
t_precisions_motif_arret.texte AS precision_motif_arret_texte,
t_precisions_motif_arret.section_id AS precision_motif_arret_section_id,
t_precisions_motif_arret.section_code AS precision_motif_arret_section_code,
t_precisions_motif_arret.section_texte AS precision_motif_arret_section_texte
FROM rh.t_precisions_motif_arret;