Distinct not working in PL/SQL for the aggregate
Hi,
Is it possible to make the distinct work in PL/SQL for aggregate function?
Typicallt you'll get "ORA-30482: DISTINCT option not allowed for this function" in PL/SQL.But it works in SQL.
Thanks,
0