ClickHouse/tests/queries/0_stateless/02896_illegal_sampling.sql

1 line
100 B
MySQL
Raw Normal View History

2023-10-13 06:55:39 +00:00
SELECT * FROM (SELECT 1) SAMPLE 1 / 2; -- { serverError SAMPLING_NOT_SUPPORTED, UNSUPPORTED_METHOD }