• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Regarding Substring

 
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic