ClickHouse实现upsert
ck没有upsert,但是可以通过alter table tablename update col1=newvalue where col1=oldvalue的方式修改
`单行代码`
关注海汼部落技术社区