clickhouse show tables

SHOW [TEMPORARY] TABLES [FROM <db>] [LIKE '<pattern>'] [LIMIT <N>] [INTO OUTFILE <filename>] [FORMAT <format>]
show tables from tutorial like '%' limit 1;
直接像mysql 使用show tables; 不管用,一定要指定from 哪个DB

posted on 2020-07-01 17:13  cococooder  阅读(1851)  评论(0)    收藏  举报