mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
10 lines
270 B
Plaintext
10 lines
270 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
|