Skip to Main Content

SQL & PL/SQL

Announcement

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!

unique values from rows of column

Ramuplsql10Feb 6 2014 — edited Feb 6 2014

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,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 6 2014
Added on Feb 6 2014
11 comments
5,521 views