mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Update 03228_variant_permutation_issue.sql
This commit is contained in:
parent
6d69cd1f84
commit
529c9e2831
@ -1,6 +1,5 @@
|
||||
SET allow_experimental_variant_type = 1;
|
||||
|
||||
select 'test';
|
||||
drop table if exists test;
|
||||
create table test (id UInt32, data Variant(String), version UInt64) engine=ReplacingMergeTree(version) order by id;
|
||||
insert into test values (1, NULL, 1), (2, 'bar', 1), (3, 'bar', 1);
|
||||
|
Loading…
Reference in New Issue
Block a user