TomSalvato
Technical User
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
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