ClickHouse/tests/queries/0_stateless/02343_create_empty_as_select.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
152 B
Plaintext
Raw Normal View History

2022-06-21 13:03:58 +00:00
CREATE TABLE default.t\n(\n `1` UInt8\n)\nENGINE = Memory
0
CREATE MATERIALIZED VIEW default.mv\n(\n `1` UInt8\n)\nENGINE = Memory AS\nSELECT 1
0