ClickHouse/tests/queries/0_stateless/00903_array_with_constant_function.sql

2 lines
89 B
MySQL
Raw Normal View History

select arrayWithConstant(2, 'qwerty'), arrayWithConstant(0, -1), arrayWithConstant(1, 1)