You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also some queries are marked as N/A although they can run:
Q2.3 can run if you replace POSITION('/' IN SUBSTRING(request FROM 2)) to POSITION(SUBSTRING(request FROM 2), '/')
Q3.5 can run if the setting enable_global_with_statement (CTE) is enabled.
The text was updated successfully, but these errors were encountered:
Table structure for ClickHouse does not use proper indices and data types.
I propose the following changes:
Also some queries are marked as N/A although they can run:
Q2.3 can run if you replace
POSITION('/' IN SUBSTRING(request FROM 2))
toPOSITION(SUBSTRING(request FROM 2), '/')
Q3.5 can run if the setting
enable_global_with_statement
(CTE) is enabled.The text was updated successfully, but these errors were encountered: