mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Update 02248_nullable_custom_types_to_string.sql
This commit is contained in:
parent
2d87e3587d
commit
45b284d098
@ -1,4 +1,4 @@
|
||||
-- Tags: no-backward-compatibility-check:22.3.2.2
|
||||
-- Tags: no-backward-compatibility-check:22.3.4.44
|
||||
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