mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
5 lines
173 B
Bash
Executable File
5 lines
173 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
curl -s -X "HEAD" 'http://localhost:8123/?query=SELECT%201'
|
|
curl -s -X "HEAD" 'http://localhost:8123/?query=select+*+from+system.numbers+limit+1000000'
|