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