This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Aggregations with basic algebraic operations are not supported. #194
Labels
BI integration
Issues for integration with BI tools
bug
Something isn't working
enhancement
New feature or request
Aggregations combined with basic algebraic operations failed, including cases like:
MAX(a + const)
;MAX(a + b)
;MAX(a) + const
;MAX(a) + MAX(b)
; etc.Below is an example of a SQL query against AES instance v7.1.1.
Example indexed document
Example query
Example Response
The text was updated successfully, but these errors were encountered: