mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test
This commit is contained in:
parent
71763c9ab6
commit
eeea89e0a4
@ -14,3 +14,4 @@
|
||||
2
|
||||
\N
|
||||
-42
|
||||
1
|
||||
|
@ -7,3 +7,5 @@ SELECT ifNotFinite(-1 / 0, 2);
|
||||
SELECT ifNotFinite(log(0), NULL);
|
||||
SELECT ifNotFinite(sqrt(-1), -42);
|
||||
SELECT ifNotFinite(1234567890123456789, -1234567890123456789); -- { serverError 386 }
|
||||
|
||||
SELECT ifNotFinite(NULL, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user