Update 02006_test_positional_arguments.reference

This commit is contained in:
Alexey Milovidov 2022-09-11 21:37:40 +03:00 committed by GitHub
parent 3a242d13df
commit db84711811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;