赞
踩
clickhouse常用命令
TRUNCATE table 表名 ON CLUSTER cluster_name;
select COUNT(*) from 表名
ALTER TABLE 表名 ON CLUSTER cluster_name DELETE WHERE 1=1;
ALTER TABLE 表名 DROP PARTITION 0
drop table IF EXISTS 表名
drop table IF EXISTS 表名 on CLUSTER cluster_name;
DROP table 表名 ON CLUSTER cluster_name;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。