ClickHouse/tests/queries/0_stateless/00647_select_numbers_with_offset.sql

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

3 lines
55 B
MySQL
Raw Normal View History

SET max_rows_to_read = 1;
SELECT * FROM numbers(1, 1);