mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
4 lines
139 B
Bash
Executable File
4 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sed -r -e 's/^(.*)$/\1 \1 \1/' queries.sql | snowsql --region eu-central-1 --schemaname PUBLIC --dbname HITS --warehouse TEST
|