ClickHouse/tests/queries/0_stateless/02269_create_table_with_collation.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
80 B
Plaintext
Raw Normal View History

CREATE TABLE t
(
`x` varchar(255) NOT NULL COLLATE binary
)
ENGINE = Memory