Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Is there an alternative to decode function in oracle which gets and index and a list of values as parameters and returns the value at given index?
regexp_substr('value1|value2|value3', '[^|]+', 1, index)