mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
update reference
This commit is contained in:
parent
e557d60cdb
commit
ba0cd9677c
@ -876,8 +876,8 @@ order by number
|
||||
-- The EXPLAIN for the above query would be difficult to understand, so check some
|
||||
-- simple cases instead.
|
||||
explain select
|
||||
count(*) over (),
|
||||
count(*) over (partition by p),
|
||||
count(*) over (),
|
||||
count(*) over (partition by p order by o)
|
||||
from
|
||||
(select number, intDiv(number, 3) p, mod(number, 5) o
|
||||
|
Loading…
Reference in New Issue
Block a user