ClickHouse/tests/queries/0_stateless/00355_array_of_non_const_convertible_types.sql

2 lines
62 B
MySQL
Raw Normal View History

2016-07-28 02:22:17 +00:00
SELECT [toUInt8(number), number] FROM system.numbers LIMIT 3;