ClickHouse/dbms/tests/queries/0_stateless/00064_negate_bug.sql

2 lines
45 B
MySQL
Raw Normal View History

SELECT -toUInt32(1) AS x, toTypeName(x) AS t