摘要: 开启多行查询模式: clickhouse-client -m 更改表名: rename table t1 to t2 修改列信息: alter table scott.emp modify column hiredate datetime; limit by 语句: limit 10 by clas 阅读全文
posted @ 2020-08-13 20:30 muyue123 阅读(102) 评论(0) 推荐(0) 编辑