Update docs/en/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:48:52 +03:00 committed by GitHub
parent b87e687444
commit 9de3e8d09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ FROM s3('https://storage.yandexcloud.net/my-test-bucket-768/{some,another}_prefi
└─────────┘
```
2. Query the amount of rows in all files of these two directories:
Count the total amount of rows in all files in these two directories:
``` sql
SELECT count(*)