Export ZOQL Clause Limits
Overview of limits for Export ZOQL clauses, including restrictions on fields in group by clauses, alias function usage, and nested aggregate functions.
Export ZOQL clauses have the following limits:
|
Limit |
Description |
|---|---|
|
Maximum Fields on
|
A maximum of five fields allowed when using
|
|
Alias Function Limited Support |
The alias function is allowed only to define column labels in the result file. You cannot replace an aggregate function with its alias in
|
|
Nested Aggregate Functions Not Allowed |
Nested aggregate functions are not allowed. |
|
Alias in the SELECT clause might be ignored in certain cases. |
When an alias in the SELECT clause is the same as the corresponding full column name of the object (case insensitive), the header name in the result file uses the full column name instead of the alias. For example, for
|