Update docs/en/engines/table-engines/mergetree-family/mergetree.md

Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
This commit is contained in:
Vladimir Goncharov 2021-07-26 17:56:46 +03:00 committed by GitHub
parent 933d0b7e3b
commit 0cf20f8482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,7 +389,7 @@ Functions with a constant argument that is less than ngram size cant be used
- `NOT startsWith(s, 'test')`
### Projections {#projections}
Projections are like materialized views, but defined in part-level. It provides consistency guarantees along with automatic usage in queries.
Projections are like materialized views but defined in part-level. It provides consistency guarantees along with automatic usage in queries.
#### Query {#projection-query}
A projection query is what defines a projection. It has the following grammar: