mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
Query should fail 1
|
|
Query should fail 2
|
|
2000-01-01 2 b
|
|
2000-01-01 5 e
|
|
2000-02-01 2 b
|
|
2000-02-01 5 e
|
|
0000000000 DELETE WHERE x = 1 [] [] 0 1
|
|
0000000001 DELETE WHERE (x % 2) = 1 ['200001','200002'] [2,1] 0 1
|
|
0000000002 DELETE WHERE s = \'d\' ['200001','200002'] [3,2] 0 1
|
|
*** Test mutations cleaner ***
|
|
0000000001 DELETE WHERE x = 2 1
|
|
0000000002 DELETE WHERE x = 3 1
|
|
0000000003 DELETE WHERE x = 4 0
|