mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
6 lines
143 B
MySQL
6 lines
143 B
MySQL
|
CREATE TABLE IF NOT EXISTS test.empty_tiny_log(A UInt8) Engine = TinyLog;
|
||
|
|
||
|
SELECT A FROM test.empty_tiny_log;
|
||
|
|
||
|
DROP TABLE test.empty_tiny_log;
|