DB2 SQL error: SQLCODE: - 206, SQLSTATE: 42703

1.9K    Asked by AdamLipscomb in SQL Server , Asked on Mar 5, 2021
Answered by Adam Lipscomb

That basically implies that a vague segment or boundary name was identified. The mistake that DB2 gives should point what that might be:

DB2 SQL Error: SQLCODE=-206, SQLSTATE=42703, SQLERRMC=[THE_UNDEFINED_COLUMN_OR_PARAMETER_NAME], DRIVER=4.8.87

Double-check your table definition. Maybe you simply missed adding something.

Interested in SQL? Register to this SQL Certification course and get certified.



Your Answer

Interviews

Parent Categories