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
9d26a6f6e615 :) select query,exception_code from system.query_log where query like '%MATERIALIZED%' and exception_code != 0;
SELECT
query,
exception_code
FROM system.query_log
WHERE (query LIKE '%MATERIALIZED%') AND (exception_code != 0)
Query id: a578e155-8ec6-488d-b216-77e5574c49b5
Ok.
0 rows in set. Elapsed: 0.004 sec. Processed 8.82 thousand rows, 1.52 MB (2.51 million rows/s., 431.90 MB/s.)
Peak memory usage: 1.11 MiB.
Error retrieving alias columns in
2.4.1
The text was updated successfully, but these errors were encountered: