i have a column which may contain this kind of value:
123*67_80,12*8889_5,34*8_874 ,12*7_7
(can contain space before a comma, and this string length can be anything)
now i want to split this value into two column like:
column1: 123*67,12*8889,34*8,12*7
column2: 80,5,874,7

use function for this


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

how to create a new view in mysql? : Sql dba

0 Answers  


What is a cursor ? Why Cursor is required ?

3 Answers  


What is meant by cursor in sql?

0 Answers  


What is the best sql course?

0 Answers  


Is sql similar to python?

0 Answers  






I want to know last five transactions or records from emp table, from now?

11 Answers   Wells Fargo,


What is the execution plan in sql?

0 Answers  


what is rollback? : Sql dba

0 Answers  


Is sql open source?

0 Answers  


what is schema? : Sql dba

0 Answers  


Is id a reserved word in sql?

0 Answers  


give the syntax of grant and revoke commands? : Sql dba

0 Answers  


Categories