Table of Contents

Search

  1. About the Data Vault Message Reference
  2. Data Definition Language Errors
  3. Data Vault Repository Service Exit Codes
  4. Load Balancer and Administration Errors
  5. Data Vault Repository Administration CLI Errors
  6. Data Vault SQL Tool Messages
  7. Appendix A: Data Vault Loader Messages

Data Vault Message Reference

Data Vault Message Reference

50500

50500

Unable to proceed with Group By clause - incorrect argument list
This message appears when a SELECT statement contains inappropriate arguments in the GROUP BY, HAVING, WITH SAMPLE OF, and ORDER BY clauses.
Every value expression in the projection list that does not contain an aggregate function must also appear in the GROUP BY clause (note that derived columns can only be referenced by their numeric position in the projection list). Aggregate functions cannot appear in the GROUP BY clause. The HAVING clause must include either an aggregate function or a grouped column (that is, a column listed in the GROUP BY clause). The ORDER BY clause must include a grouped column.
The optional SELECT clauses, if included, must appear in the following order:
  • WHERE
  • GROUP BY
  • HAVING
  • WITH SAMPLE OF
  • ORDER BY
  • FETCH FIRST...ONLY

0 COMMENTS

We’d like to hear from you!