src: |
|
|
SELECT 'CO'::text || t_conversion_hp_hc.oid::text AS oid,
|
|
t_conversion_hp_hc.code,
|
|
t_conversion_hp_hc.texte,
|
|
'1'::text AS level
|
|
FROM pmsi.t_conversion_hp_hc;
|