ClickHouse/tests/queries/0_stateless/01503_if_const_optimization.sql

2 lines
61 B
MySQL
Raw Normal View History

2022-01-09 07:42:06 +00:00
SELECT if(CAST(NULL AS Nullable(UInt8)), '2.55', NULL) AS x;