ClickHouse/tests/queries/0_stateless/02118_show_create_table_rocksdb.reference
Vitaly Baranov 2c8788266c Fix tests.
2022-06-20 03:44:49 +02:00

2 lines
190 B
Plaintext

CREATE TABLE system.rocksdb\n(\n `database` String,\n `table` String,\n `name` String,\n `value` UInt64\n)\nENGINE = SystemRocksDB\nCOMMENT \'SYSTEM TABLE is built on the fly.\'