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

src: |
SELECT t_prestations.oid,
t_prestations.code AS prestation_code,
t_prestations.texte AS prestation_texte,
t_prestations.section_id AS prestation_section_id,
t_prestations.section_code AS prestation_section_code,
t_prestations.section_texte AS prestation_section_texte
FROM activite.t_prestations;