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

suppose we have a table in which 200 rows. i want to find 101 row ? what the query.... and how we find 4th and 5th highest salary and 1 to 10 highest salary

7 Answers  


Can we use out parameter in function?

4 Answers   Infosys,


What are the different types of database management systems?

0 Answers  


can we delete the trigger in a view? if yes why if not why?

5 Answers   Tech Mahindra,


What is the first action to perform a query? Suppose I have four tables and five joins and my query is getting slow day by day.

4 Answers   Hexaware,






What kind of join is join?

0 Answers  


What is procedure explain with example?

0 Answers  


When do we use triggers?

0 Answers  


What is a database trigger ? Name some usages of database trigger ?

4 Answers  


What is a column in a table?

0 Answers  


Is a secondary key the same as a foreign key?

0 Answers  


What are keys in sql?

0 Answers  


Categories