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

src: |
SELECT t_finess.oid AS finess_id,
t_finess.code AS finess_code,
t_finess.texte AS finess_texte,
t_finess.section_id AS finess_section_id,
t_finess.section_code AS finess_section_code,
t_finess.section_texte AS finess_section_texte
FROM base.t_finess;