mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update s3.md
This commit is contained in:
parent
edba76ebc0
commit
d5361525d5
@ -58,7 +58,7 @@ SELECT * FROM s3_engine_table LIMIT 2
|
||||
|
||||
**Globs in path**
|
||||
|
||||
Multiple path components can have globs. For being processed file should exists and matches to the whole path pattern. Listing of files determines during `SELECT` (not at `CREATE` moment).
|
||||
Multiple path components can have globs. For being processed file should exist and match to the whole path pattern. Listing of files determines during `SELECT` (not at `CREATE` moment).
|
||||
|
||||
- `*` — Substitutes any number of any characters except `/` including empty string.
|
||||
- `?` — Substitutes any single character.
|
||||
|
Loading…
Reference in New Issue
Block a user