| Author |
Regarding Substring
|
santhosh kumar vk
Ranch Hand
Joined: Aug 25, 2009
Posts: 115
|
|
Hi,
I am doing sub string in oracle, while doing sub string a text the asterisk is not coming
for example i am giving input as "12345*, 1234, 45678" but it giving 12345
This is the code i was using REGEXP_SUBSTR("12345*, 1234, 45678",'(\w)+',1,l_loop_index);
i want output like
12345*
1234
45678
Could you please help me
Thanks,
Santhosh Kumar V.K
|
 |
 |
|
|
subject: Regarding Substring
|
|
|