This commit is contained in:
Vasily Kozhukhovskiy 2020-10-16 18:57:21 +03:00
parent 107d1a2ce5
commit f341717b7d

View File

@ -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 TSV 102 2
INSERT INTO table_with_enum_column_for_tsv_insert FORMAT TabSeparatedRaw 103 1 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; SET input_format_tsv_enum_as_number = 0;