Shop

My New Shop
MTS Creations

Subscribe to My YouTube Channel

Thursday, March 13, 2014

Oracle Select from Provided Data

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: