Executing Manual Query with Expression Fails Against Snowflake Data Warehouse
(Doc ID 2918225.1)
Last updated on DECEMBER 27, 2022
Applies to:
Oracle Analytics Cloud - Version November 2022 (6.9) and laterInformation in this document applies to any platform.
Symptoms
The manual query option enables to write a source-specific SQL SELECT statement in order to add a table to a dataset.
- Visualizing Data and Building Reports in Oracle Analytics Cloud
Add a Table to a Dataset Using a SQL Statement
When executing a SQL query with an expression (e.g. SUM, MAX, MIN) against Snowflake Data Warehouse using the manual query option, query may fail.
e.g.)
SELECT PRODUCT_ID, SUM(AMOUNT_SOLD) FROM SALES GROUP BY PRODUCT_ID;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |