I have a table like this:
I need a query (no PL/SQL) that shows this output:
So for each Product ID I want the distinct values of Delivery Type in the field Delivery Type.
Is there a way to get this result through a "simple" query in Oracle?
I am using Oracle 11g.
Thanks in advance !