ClickHouse/tests/queries/0_stateless/01471_limit_by_format.reference

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

11 lines
131 B
Plaintext
Raw Normal View History

2020-09-08 20:54:46 +00:00
SELECT dummy
FROM system.one
LIMIT 1 BY dummy
LIMIT 1
SELECT dummy
FROM system.one
LIMIT 1 BY
0 + dummy,
0 - dummy
LIMIT 1