mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Update 02006_test_positional_arguments.reference
This commit is contained in:
parent
3a242d13df
commit
db84711811
@ -132,3 +132,4 @@ index `time` (`time`) type minmax granularity 3
|
||||
) engine = MergeTree()
|
||||
order by (`time`);
|
||||
select count(*) as `value`, 0 as `data` from test group by `data`;
|
||||
drop table test;
|
||||
|
Loading…
Reference in New Issue
Block a user