We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9398526 commit 6dff44aCopy full SHA for 6dff44a
1 file changed
clickhouse-datalake/run.sh
@@ -18,3 +18,4 @@ cat queries.sql | while read -r query; do
18
19
QUERY_NUM=$((QUERY_NUM + 1))
20
done
21
+./clickhouse local --path . --query="DROP TABLE hits"
0 commit comments