Hi :
There is one Oracle user define function, the function is Column switch to Row, example--
Select col1 from test
Col1
--------------------------
1
2
3
4
Select strcat(col1) from test
↧