mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix uppercase word in S3 table function documentation [EN]
This commit is contained in:
parent
9d75093c28
commit
b11663886c
@ -144,7 +144,7 @@ Insert a data into file `test-data.csv.gz` from existing table:
|
||||
|
||||
``` sql
|
||||
INSERT INTO s3('https://storage.yandexcloud.net/my-test-bucket-768/test-data.csv.gz', 'CSV', 'name String, value UInt32', 'gzip')
|
||||
SELECT name, value from existing_table
|
||||
SELECT name, value FROM existing_table
|
||||
```
|
||||
|
||||
## Virtual Columns {#virtual-columns}
|
||||
|
Loading…
Reference in New Issue
Block a user