# 54510: Query expression contains an array with too many items

Log Level: ERROR

## Description

Any array within query expression must contain less than 30 items.

### Possible causes

* The query expression contains an array with 30 or more elements.

### Possible solutions

* Rewrite your queries (or the code generating them) such that arrays never contain more than 30 items.
