ClickHouse/dbms/tests/queries/0_stateless/00068_empty_tiny_log.sql

6 lines
143 B
MySQL
Raw Normal View History

2015-12-03 03:56:50 +00:00
CREATE TABLE IF NOT EXISTS test.empty_tiny_log(A UInt8) Engine = TinyLog;
2015-12-03 03:56:50 +00:00
SELECT A FROM test.empty_tiny_log;
2015-12-03 03:56:50 +00:00
DROP TABLE test.empty_tiny_log;