mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
19 lines
642 B
Plaintext
19 lines
642 B
Plaintext
|
*** Test expected failures ***
|
||
|
Updating partition key should fail
|
||
|
Updating primary key should fail
|
||
|
Updating MATERIALIZED column should fail
|
||
|
Updating with non-UInt8 predicate should fail
|
||
|
*** Test updating according to a predicate ***
|
||
|
2000-01-01 123 aaa 101
|
||
|
2000-01-01 234 cde 2
|
||
|
*** Test several UPDATE commands with common subexpressions ***
|
||
|
2000-01-01 123 abc 26
|
||
|
*** Test predicates with IN operator ***
|
||
|
2000-01-01 234 cdeccc 20
|
||
|
2000-01-01 345 fghccc 30
|
||
|
2000-01-01 456 iii 40
|
||
|
*** Test UPDATE of columns that DELETE depends on ***
|
||
|
2000-01-01 234 cde 30
|
||
|
*** Test complex mixture of UPDATEs and DELETEs ***
|
||
|
2000-01-01 456 ijk_materialized_40 40
|