I'm new to Teradata SQL Assistant and have a simple issue that couldn't find the solution in Terada documentations.
How I can find the exact location of this error?
You need to parse the input and find strings that don't conform to your expectations.
For example...
SELECT
*
FROM
your_table
WHERE
TryCast(your_column AS INT) IS NULL