presto
Here are 158 public repositories matching this topic...
-
Updated
Jan 12, 2022 - Java
ClickHouse supports renaming schemas using RENAME DATABASE command.
It's only supported for databases created using the ATOMIC engine - see https://clickhouse.com/docs/en/sql-reference/statements/rename/
Atomic engine has been available since v20.4.2.9-stable (see ClickHouse/ClickHouse@7928f2e) and has become the default since
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Jan 12, 2022 - Java
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Jan 6, 2022 - Python
It would be great to do a somewhat rigorous analysis of whether there are performance issues when query is written in Logica vs SQL.
-
Updated
Dec 14, 2021 - Shell
-
Updated
Apr 24, 2019 - Java
-
Updated
Dec 26, 2021 - JavaScript
-
Updated
Dec 15, 2021 - Go
-
Updated
Oct 1, 2021 - Shell
-
Updated
Jan 9, 2022 - Scala
-
Updated
Nov 28, 2021 - Makefile
-
Updated
Dec 9, 2021 - Java
-
Updated
Nov 17, 2021 - HCL
-
Updated
Nov 19, 2021 - Go
-
Updated
Mar 30, 2021 - Go
Improve this page
Add a description, image, and links to the presto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the presto topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
So "date_from" <> date_from
To Reproduce
Steps to reproduce