This commit is contained in:
Ivan Blinkov 2017-06-19 22:15:19 +03:00
parent e2e2862bda
commit 7c18798b47

View File

@ -86,7 +86,7 @@ clickhouse-client --multiline
clickhouse-client --query='SELECT 1'
echo 'SELECT 1' | clickhouse-client
</pre>
Inser data from file of a specified format:
Insert data from file of a specified format:
<pre>
clickhouse-client --query='INSERT INTO table VALUES' &lt; data.txt
clickhouse-client --query='INSERT INTO table FORMAT TabSeparated' &lt; data.tsv