摘要: 若想在 ClickHouse 中执行一个 SQL 文件,可以使用 clickhouse-client 命令,添加 --query 参数: $ clickhouse-client --query="$(cat /path/to/file.sql)" # /path/to/file.sql 是 SQL 阅读全文
posted @ 2023-06-15 17:30 Joey-Wang 阅读(2070) 评论(0) 推荐(0)