Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Oracle equivalent of IsNumeric in SQLServer

Oracle equivalent of IsNumeric in SQLServer

From: Daniel Kwan <c266366430_at_hotmail.com>
Date: 29 Aug 2002 08:11:04 -0700
Message-ID: <f724a6c4.0208290711.641f9a45@posting.google.com>


Dear folks,

In Transact-SQL (SQLServer 7/2000), there's a function called IsNumeric to determine whether an expression is a valid numeric type or not.

For instance, "SELECT ISNUMERIC("No Number")" will return 0 (false), and "SELECT ISNUMERIC(123)" or "SELECT ISNUMERIC("123")" will return 1 (true).

Is there a similar function in Oracle SQL?

Deecay Received on Thu Aug 29 2002 - 10:11:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US