Possible error messages:
| Without Resource Bundle (default) |
|
| With Resource Bundle |
|
| Domain | Persistence.PersistenceException |
| Number | 21055 |
| Label | QUERY_SHOULD_HAVE_GROUP_BY_CLAUSE |
| Applicable Platform(s) | iOS, Android, BlackBerry, Windows Mobile |
The specified query has a HAVING clause but no GROUP BY clause.
Use the Query.groupBy method to add a groupBy clause.