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

src: |
SELECT t_organismes_cotisation.oid AS organisme_cotisation_id,
t_organismes_cotisation.code AS organisme_cotisation_code,
t_organismes_cotisation.texte AS organisme_cotisation_texte,
t_organismes_cotisation.section_id AS organisme_cotisation_section_id,
t_organismes_cotisation.section_code AS organisme_cotisation_section_code,
t_organismes_cotisation.section_texte AS organisme_cotisation_section_texte
FROM rh.t_organismes_cotisation;