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!

How to use DISTINCT in PLSQL table?

557455Jan 22 2007 — edited Jan 22 2007
Does anybody know how to select distinct data from PLSQL table?
I mean smth like this:
SELECT DISTINCT TMP.field1 from TABLE(CAST(my_table as my_type)) TMP

Thank You,

Larisa
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2007
Added on Jan 22 2007
5 comments
2,579 views