Issue
When using custom SQL aggregations sent to an Oracle database, an error may be returned:Unimplemented Feature
SELECT t."Product Name,
max(t."Required_Time") AS "Max Required Time"
FROM ....
SELECT t."Product Name,
max(t."Required_Time")
FROM ....