We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3ad97 commit bf1a8a1Copy full SHA for bf1a8a1
tests/queries/0_stateless/00298_enum_width_and_cast.sql
@@ -1,6 +1,6 @@
1
DROP TABLE IF EXISTS enum;
2
3
-SET output_format_pretty_color=1, output_format_pretty_;
+SET output_format_pretty_color=1;
4
CREATE TABLE enum (x Enum8('Hello' = -100, '\\' = 0, '\t\\t' = 111), y UInt8) ENGINE = TinyLog;
5
INSERT INTO enum (y) VALUES (0);
6
SELECT * FROM enum ORDER BY x, y FORMAT PrettyCompactMonoBlock;
0 commit comments