clickhouse-client -m
create database if not exists test; use test; drop table test; create table test(id UInt8, text String, created DateTime) ENGINE=TinyLog;
clickhouse-client -m
create database if not exists test; use test; drop table test; create table test(id UInt8, text String, created DateTime) ENGINE=TinyLog;
内容版权声明:除非注明,否则皆为本站原创文章。