Update 02006_test_positional_arguments.sql

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

View File

@ -65,3 +65,5 @@ index `time` (`time`) type minmax granularity 3
order by (`time`);
select count(*) as `value`, 0 as `data` from test group by `data`;
drop table test;