mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update maxintersections.md
This commit is contained in:
parent
7a651d749c
commit
69a11574d2
@ -50,7 +50,7 @@ The intervals look like the following:
|
||||
3 - - - 7
|
||||
```
|
||||
|
||||
Notice that three of these intervals have the value 4 in common, and that is the most frequent number of intersections:
|
||||
Three of these intervals have the value 4 in common, and that is the most frequent number of intersections. (The intervals `(1,3)` and `(3,7)` share an endpoint but are not considered intersecting by the `maxIntersections` function.)
|
||||
|
||||
```sql
|
||||
SELECT maxIntersections(start, end) FROM my_events;
|
||||
|
Loading…
Reference in New Issue
Block a user