Update 02248_nullable_custom_types_to_string.sql

This commit is contained in:
Kruglov Pavel 2022-04-02 14:04:04 +02:00 committed by GitHub
parent d166bb5115
commit 860b1a1b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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