mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
fix test
This commit is contained in:
parent
107d1a2ce5
commit
f341717b7d
@ -9,7 +9,7 @@ SET input_format_tsv_enum_as_number = 1;
|
||||
|
||||
INSERT INTO table_with_enum_column_for_tsv_insert FORMAT TSV 102 2
|
||||
INSERT INTO table_with_enum_column_for_tsv_insert FORMAT TabSeparatedRaw 103 1
|
||||
SELECT * FROM table_with_enum_column_for_tsv_insert;
|
||||
SELECT * FROM table_with_enum_column_for_tsv_insert ORDER BY Id;
|
||||
|
||||
SET input_format_tsv_enum_as_number = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user