summaryrefslogtreecommitdiff
path: root/exec.sh
blob: c2c2352ad841fb93c4edcbe9e1bc46e1c344365c (plain)
1
2
3
4
5
#!/bin/bash

# 执行 SQL 导出结果
clickhouse-client -h 127.0.0.1 --port 9001 -m -d tsg_galaxy_v3 -u tsg_query \
--password '******' --queries-file query.sql --format_csv_delimiter="," > results.csv