Update 02248_nullable_custom_types_to_string.sql

This commit is contained in:
tavplubix 2022-04-06 20:22:24 +03:00 committed by GitHub
parent 2d87e3587d
commit 45b284d098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')));