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.
 
 

7 lines
202 B

src: |
SELECT t_ghs_c.ghs_id AS oid,
t_ghs_c.ghs_id,
to_char(t_ghs_c.ghs_code, 'FM0000'::text) AS ghs_code,
t_ghs_c.ghs_code_text,
t_ghs_c.ghs_texte
FROM activite.t_ghs_c;