摘要: 官方文档 https://clickhouse.tech/docs/en/operations/system-tables/tables/ 一、关于建表 CREATE TABLE [IF NOT EXISTS] [db.]table_name [ON CLUSTER cluster] ( name1 阅读全文
posted @ 2021-04-02 14:32 巴啦啦大魔王 阅读(158) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # Only 1 parameter ! if [ $# != 2 ];then echo " Usage: .\read.sh filename parameter !"; exit fi # check the file ! if ! [ -f $1 ];then ech 阅读全文
posted @ 2021-04-02 11:07 巴啦啦大魔王 阅读(60) 评论(0) 推荐(0) 编辑