I have a table column that is defined as CHARACTER. However, this field should only contain numeric values. I would like to run a query that returns all rows where this field contains a non-numeric value (not including nulls).
In COBOL, I'd use the keywords NOT NUMERIC to check for this. Does Teradata provide an SQL function or keyword that is equivalent?
In COBOL, I'd use the keywords NOT NUMERIC to check for this. Does Teradata provide an SQL function or keyword that is equivalent?