mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 02248_nullable_custom_types_to_string.sql
This commit is contained in:
parent
d166bb5115
commit
860b1a1b1b
@ -1,3 +1,4 @@
|
||||
-- Tags: no-backward-compatibility-check:22.3.2.2
|
||||
select toString(toNullable(true));
|
||||
select toString(CAST(NULL, 'Nullable(Bool)'));
|
||||
select toString(toNullable(toIPv4('0.0.0.0')));
|
||||
|
Loading…
Reference in New Issue
Block a user