mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
d9a634eb0f
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
(cherry picked from commit ffa82e9297
)
10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
-- { echoOn }
|
|
select * from data prewhere indexHint(_partition_id = '1');
|
|
1
|
|
select count() from data prewhere indexHint(_partition_id = '1');
|
|
1
|
|
select * from data where indexHint(_partition_id = '1');
|
|
1
|
|
select count() from data where indexHint(_partition_id = '1');
|
|
1
|