For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
i have column name as id it have the rows like
select id from sample_table;
id
1381,1377,1377,1381,1382,1383,1593
in this how can i get the unique values from the list.
Please help me,