Fix uppercase word in S3 table function documentation [EN]

This commit is contained in:
Pavel Kovalenko 2020-12-18 15:12:51 +03:00
parent 9d75093c28
commit b11663886c

View File

@ -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}