Hello ,
I would like to create a mailing list to send automatic emails. To do this I use the function below and here is the result, it doesn't work. Can you help me?
SELECT LISTAGG(Cf$_Email, ';') WITHIN GROUP (ORDER BY b.source_ref1) FROM customer_order_cfv a , SHIPMENT_LINE b where a.order_no= b.source_ref1 and b.shipment_id= :shipment_id
For information, it works in Apps10