Hi Everyone,
Here my requirement is,
My Emp table have the following 3 columns,
Id , Name and programming
it has the following values,
Id Name Programming
-- ---- -----------
1 Raju Java,Plsql,sql
2 Kamal C,C++,Java
now I need the output in the following format,
Id Name Programming
-- ---- -----------
1 Raju Java
plsql
sql
2 kamal c
c++
Java.
Can anyone suggest me the code to get the above format?
Thank you in advance.
With regards,
gurujothi.D
Here my requirement is,
My Emp table have the following 3 columns,
Id , Name and programming
it has the following values,
Id Name Programming
-- ---- -----------
1 Raju Java,Plsql,sql
2 Kamal C,C++,Java
now I need the output in the following format,
Id Name Programming
-- ---- -----------
1 Raju Java
plsql
sql
2 kamal c
c++
Java.
Can anyone suggest me the code to get the above format?
Thank you in advance.
With regards,
gurujothi.D
Comment