Previous Topic: -29 - HAVING CLAUSE IS ILLEGAL WHEN A REFERENCED VIEW CONTAINS A HAVINGNext Topic: -31 - CANNOT REFERENCE A VIEW CONTAINING SELECT DISTINCT IN THIS STATEMENT


-30 - SQL IDENTIFIERS MAY NOT EXCEED 32 BYTES IN LENGTH

Reason:

You attempted to execute an SQL statement containing an identifier that is longer than 32 bytes. An SQL identifier is a name for an SQL object such as a table, column, or constraint.

The SQLSTATE that equates to this SQL return code is 42622.

Action:

Shorten the identifier.