clickhouse 删除数据及查询删除计划(突变mutations)

ALTER TABLE message.group_history DELETE WHERE id = 3990000000000038975 AND message_id = 3990000000000038974;


SELECT
    database,
    table,
    command,
    create_time,
    is_done
FROM system.mutations
LIMIT 10;

 

posted on 2024-09-03 09:40  cococooder  阅读(6)  评论(0编辑  收藏  举报