mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fix stateless tests
This commit is contained in:
parent
1717944d6c
commit
3521d6824f
@ -1,5 +1,6 @@
|
|||||||
SELECT count()
|
SELECT count()
|
||||||
FROM t_02156_merge1
|
FROM t_02156_merge1
|
||||||
|
PREWHERE k = 1
|
||||||
WHERE (k = 1) AND notEmpty(v)
|
WHERE (k = 1) AND notEmpty(v)
|
||||||
2
|
2
|
||||||
SELECT count()
|
SELECT count()
|
||||||
|
Loading…
Reference in New Issue
Block a user