How to select multiple rows oracle into one row with apostrof for datatype is varchar but the data i
Hello Oracle master
I have table nama with one column. the column type is varchar2. But the data is number. here the data
username
========
0008
0030
0050
how to select this data into one row with apostrof. So the expected result is like below
username
========
'0008','0030','0050'
Please help me oracle master..
thx u
I have table nama with one column. the column type is varchar2. But the data is number. here the data
username
========
0008
0030
0050
how to select this data into one row with apostrof. So the expected result is like below
username
========
'0008','0030','0050'
Please help me oracle master..
thx u
0