Consultor Eletrônico



Kbase 18909: SQL-92 Error: Column not found/specified ( 7520 )
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/04/2003
Solution ID: 18909

FACT(s) (Environment):

SQL-92
Progress 9.x

SYMPTOM(s):

Column not found/specified (7520)

FIX:

In the case where a column that is specified in the SQL statement is available in a table then you might need to use delimiter identifiers.

For example, the cust-num field needs to be enclosed in double quotes:

Select "cust-num", name from pub.customer