chang sql

This commit is contained in:
2025-03-21 15:42:24 +08:00
parent e0f9018a20
commit 4a04fc322c
3 changed files with 189 additions and 173 deletions

View File

@@ -0,0 +1,4 @@
```bash
alias clickhouse-sql='clickhouse client --host localhost --port 9000 --user admin --password your_secure_password --database promote -q'
clickhouse-sql "SHOW TABLES"
```