ClickHouse/tests/queries/0_stateless/02932_refreshable_materialized_views.reference

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

6 lines
177 B
Plaintext
Raw Normal View History

2023-11-30 21:33:06 +00:00
a [] 1
CREATE MATERIALIZED VIEW <db>a\nREFRESH AFTER 1 SECOND\n(\n `x` UInt64\n)\nENGINE = Memory AS\nSELECT number\nFROM numbers(2)\nUNION ALL\nSELECT rand64()
3 1 1
500
1