Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle equivilant for the 'isnumeric' function ...

Status
Not open for further replies.

TomSalvato

Technical User
Mar 24, 2010
64
US
Hello all,

is there an 'isnumeric' funtion that I can use in an SQL expression field?

I basically need to say something like this ...

using a crystal psuedo-code ...

(
select max ("table.desiredfield")
from "db"."table"
where isnumeric("table"."stringfield" )
)

-TS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top