Hitachi

Hitachi Advanced Database SQL Reference


1.15.6 If message KFAA30204-E is displayed

Check if there is an error in a specified table name.

Example:

SELECT "USERID","PUR-CODE","PUR-DATE" FROM "SALELIST"
    WHERE "PUR-DATE">=DATE'2011-09-06'
 
KFAA30204-E The table or index "ADBUSER01"."SALELIST" is not found in the system.

In this example, the underlined portion of the statement is incorrect. The correct table name is "SALESLIST".