Update 02813_any_value.sql

This commit is contained in:
Alexey Milovidov 2023-07-16 17:35:51 +03:00 committed by GitHub
parent 1eaa387da7
commit 43cd600e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
SET max_block_size = 10, max_threads = 1;
select any_value(number) from numbers(10);
select aNy_VaLue(number) from numbers(10);