I am using oracle database.
I am having data in this format in my column 1234~2345~3456~4567.
I need a query to split the data in the column based on the identifier ‘~’,so that i can pick out the value after the second occurrence of the identifier.
May i know who can i achieve this.
Take a look at
https://blogs.oracle.com/aramamoo/entry/how_to_split_comma_separated_string_and_pass_to_in_clause_of_select_statement