Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> function for translating string to number
Hello,
I want to translate string to number,
but if the string is not a number,
I want that the result will be some default (can be zero).
to_number('a') run an exception,
but I am looking for a function that return a default number,
whether the string doesn't represent a numeric value, please.
Thanks :) Received on Tue Jan 23 2007 - 07:34:21 CST
![]() |
![]() |