python使用clickhouse

安装 pip install clickhouse-driver 测试 clickhouse插入数据 create table t1 (id UInt16, name String) ENGINE=TinyLog; insert into t1(id, name) values (1, ‘first’); 代码测试 ##查询 client = Client(host=‘clickhouse’,po
相关文章
相关标签/搜索