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

6 lines
80 B
Plaintext

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