diff --git a/docs/ru/sql-reference/table-functions/s3.md b/docs/ru/sql-reference/table-functions/s3.md index 3896e8cb236..4069a4e3e88 100644 --- a/docs/ru/sql-reference/table-functions/s3.md +++ b/docs/ru/sql-reference/table-functions/s3.md @@ -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(*)