ClickHouse/tests/queries/0_stateless/03208_numbers_total_rows_approx.sql

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

2 lines
86 B
MySQL
Raw Normal View History

2024-07-24 05:46:23 +00:00
SELECT number FROM numbers(2, 1) WHERE number % 2 = 0 SETTINGS max_rows_to_read = 10;