Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Remove float number from string

Senthilkumar SFeb 15 2013 — edited Feb 19 2013
HI

I want remove float number from string

I have tried below code.
select (2.73 lb. ,'[[:alpha:]]|_') from dual;
but for above query, i got o/p :
   2.73   .
but I need to get number and decimal point not other points

Sample o/p
   2.73  
Edited by: 925896 on Feb 15, 2013 2:29 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2013
Added on Feb 15 2013
8 comments
445 views