This commit is contained in:
sarielwxm 2024-05-28 19:48:53 +08:00
parent c08769167e
commit cfe2efa3ef

View File

@ -1,3 +1,5 @@
-- Tags: no-parallel
SELECT * FROM loop(numbers(3)) LIMIT 10;
SELECT * FROM loop (numbers(3)) LIMIT 10 settings max_block_size = 1;