This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-20 06:32:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9222e41a5b
ClickHouse
/
tests
/
queries
/
0_stateless
/
01503_if_const_optimization.sql
2 lines
61 B
MySQL
Raw
Normal View
History
Unescape
Escape
One step backwards
2022-01-09 07:42:06 +00:00
SELECT
if
(
CAST
(
NULL
AS
Null
able
(
UInt8
)
)
,
'
2.55
'
,
NULL
)
AS
x
;
Reference in New Issue
Copy Permalink