Hitachi

Hitachi Advanced Database SQL Reference


1.15.2 If message KFAA30105-E is displayed

Check if there is an error such as the following:

Example:

SELECT "USERID","PUR-CODE","PUR-DATE" FROM "SALESLIST"
    WHERE "PUR-DATE"=>DATE'2011-09-06'
 
KFAA30105-E Token ">"(non-reserved word), which is after token "=", is invalid.

The underlined portion of the statement is incorrect. The correct specification is >=.

The syntax error occurred at the location of the character string ">", which is displayed after Token in message KFAA30105-E.