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

src: |
SELECT t_motifs_visite.oid AS motif_visite_id,
t_motifs_visite.code AS motif_visite_code,
t_motifs_visite.texte AS motif_visite_texte,
t_motifs_visite.section_id AS motif_visite_section_id,
t_motifs_visite.section_code AS motif_visite_section_code,
t_motifs_visite.section_texte AS motif_visite_section_texte
FROM rh.t_motifs_visite;