mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
4 lines
164 B
Bash
Executable File
4 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo -ne '1,Hello\n2,World\n' | curl -sSF 'file=@-' 'http://localhost:8123/?query=SELECT+*+FROM+file&file_format=CSV&file_types=UInt8,String';
|