Update docs/ru/sql-reference/table-functions/s3.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Anna 2021-03-10 08:59:37 +03:00 committed by GitHub
parent 4759e9ffbf
commit 45774b30b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ LIMIT 2;
- 'https://storage.yandexcloud.net/my-test-bucket-768/another_prefix/some_file_3.csv'
- 'https://storage.yandexcloud.net/my-test-bucket-768/another_prefix/some_file_4.csv'
1. Запрос количества строк в файлах, заканчивающихся цифрами от 1 до 3:
Подсчитаем количество строк в файлах, заканчивающихся цифрами от 1 до 3:
``` sql
SELECT count(*)