mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
CREATE TABLE t
|
|
(
|
|
`x` varchar(255) NOT NULL COLLATE binary
|
|
)
|
|
ENGINE = Memory
|