Subject Checking For Characters
Author Todd Brasseur <todd@compass-cama.com>
Hello,

I have a stored procedure where I want cast a CHAR column to an INTEGER.

I want to check the CHAR to ensure I won't get an error before I CAST
it.

It there a way to do this?

Todd