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
By any chance, are you using a public test database, or are you able me with an idea of how your system.query_log table looks like in terms of column data types?
By any chance, are you using a public test database, or are you able me with an idea of how your system.query_log table looks like in terms of column data types?
That table is the system table which contains information about executed queries managed by clickhouse server.
Describe the bug
I have the following query in the scratchpad
When I selected the ClickHouse database and executed the above query, an error occurred, and it is displayed as shown in the following screenshot.
I think this happens when one of result columns has array type...
To Reproduce
As explained above
Expected behavior
The normal SQL execution results are displayed.
Screenshots
Additional context
.
The text was updated successfully, but these errors were encountered: