Can't concatenate string by using COALESCE,
declare list varchar(1000):='';
select COALESCE(list || ', ' , '') || sts into list from mytable;
got an error:
SAP DBTech JDBC: [1300]: fetch returns more than requested number of rows: [1300]
Anybody did it?
Thanks