Previous Topic: -31 - CANNOT REFERENCE A VIEW CONTAINING SELECT DISTINCT IN THIS STATEMENTNext Topic: -33 - AMBIGUOUS COLUMN REFERENCE: x...x


-32 - STATEMENT IS TOO LARGE TO COMPILE

Reason:

The SQL statement requires more memory to compile than is allowed.

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

Action:

Simplify the statement by selecting fewer columns, shortening the WHERE clause, or other similar modifications.