I needed a quick way to select distinct values from a list of items that I had.
SELECT distinct column_value ip FROM table(sys.dbms_debug_vc2coll('Some String Value', 'Some Other String Value', 'And Yet Something Else'))
No comments:
Post a Comment