Subject | Cast SQL |
---|---|
Author | James |
Post date | 2004-06-03T07:26:45Z |
Hi people.
I have a sql statement like this
select checkno, cast(checkno as bigint)
from payment
My problem is that some value in checkno contains non numeric
characters. how can I tell the Firebird to skip those records which
contains non numeric charaters in order to prevent the avobe sql
statement to give error message?
Please help. Thanks a lot.
regards,
james
I have a sql statement like this
select checkno, cast(checkno as bigint)
from payment
My problem is that some value in checkno contains non numeric
characters. how can I tell the Firebird to skip those records which
contains non numeric charaters in order to prevent the avobe sql
statement to give error message?
Please help. Thanks a lot.
regards,
james