Hello,
While running a query without using cast or format with multiple joins to Five(5) tables against V2R5 Teradata I am getting "2620 Error" which has the following description from docs:
2620 The format or data contains a bad
character.
Explanation: This error indicates that the user
submitted a numeric-to-character conversion with
illegal format, or that, in a character-to-numeric conversion,
the data or the format contains a bad character.
Generated By: The interpretative instruction processor.
For Whom: End User.
Remedy: Verify the format used. If it is legal, then
illegal character is present in the data being converted
from character to numeric.
As I am not converting or casting any data type in my query the other reason can be the existence of bad character or data.
How come I can confirm that if there is bad data in the tables.( tables have records in millions)
Any solution?
thanks
While running a query without using cast or format with multiple joins to Five(5) tables against V2R5 Teradata I am getting "2620 Error" which has the following description from docs:
2620 The format or data contains a bad
character.
Explanation: This error indicates that the user
submitted a numeric-to-character conversion with
illegal format, or that, in a character-to-numeric conversion,
the data or the format contains a bad character.
Generated By: The interpretative instruction processor.
For Whom: End User.
Remedy: Verify the format used. If it is legal, then
illegal character is present in the data being converted
from character to numeric.
As I am not converting or casting any data type in my query the other reason can be the existence of bad character or data.
How come I can confirm that if there is bad data in the tables.( tables have records in millions)
Any solution?
thanks