mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
2 lines
61 B
SQL
2 lines
61 B
SQL
SELECT if(CAST(NULL AS Nullable(UInt8)), '2.55', NULL) AS x;
|