select sfc,repair_index,listagg(method,'/') within group (order by sfc)as method from
MES2_BYD_REPAIR_OPERATION where method is not null group by sfc,repair_index
select sfc,repair_index,listagg(method,'/') within group (order by sfc)as method from
MES2_BYD_REPAIR_OPERATION where method is not null group by sfc,repair_index