ClickHouse/tests/queries/0_stateless/01818_move_partition_simple.reference

13 lines
303 B
Plaintext
Raw Normal View History

2021-04-30 15:00:47 +00:00
INSERT INTO main_table_01818
INSERT INTO tmp_table_01818
INSERT INTO tmp_table_01818
ALL tmp_table_01818 200
ALL main_table_01818 100
tmp_table_01818 100
main_table_01818 100
Executing ALTER TABLE MOVE PARTITION...
ALL tmp_table_01818 100
ALL main_table_01818 200
tmp_table_01818 0
main_table_01818 200