Hi,
I need to build a select query that concatenates the unique values and distinct the duplicate values in a column. Can anyone help please?
I tried with listagg, concatenates well but not able to distinct.
Data Source:
Data Output Expected:

Thank you