clickhouse元数据查询
select engine,partition_key,primary_key,total_rows,total_bytes,comment,\n" + "metadata_modification_time \n" + "from system.tables \n" + "where database='%s' and name='%s'
select engine,partition_key,primary_key,total_rows,total_bytes,comment,\n" + "metadata_modification_time \n" + "from system.tables \n" + "where database='%s' and name='%s'