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
相關文章
相關標籤/搜索