提交 e36cffe3 编写于 作者: O Olga Revyakina

Query fixed.

上级 2a511b16
......@@ -39,12 +39,10 @@ $ cat /var/lib/clickhouse/user_files/test.csv
78,43,45
```
Table from `test.csv` and selection of the first two rows from it:
Getting data from a table in `test.csv` and selecting first two rows from it:
``` sql
SELECT *
FROM file('test.csv', 'CSV', 'column1 UInt32, column2 UInt32, column3 UInt32');
LIMIT 2;
SELECT * FROM file('test.csv', 'CSV', 'column1 UInt32, column2 UInt32, column3 UInt32') LIMIT 2;
```
``` text
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册