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'

 

posted @ 2022-12-16 17:32  Mars.wang  阅读(220)  评论(0编辑  收藏  举报