Gre*_*ogy 3 sql presto
在Presto db
SHOW SCHEMAS; 返回所有模式
SHOW SCHEMAS;
SHOW TABLES FROM foo; 返回foo架构的所有表
SHOW TABLES FROM foo;
是否有一种简单的方法可以从Presto中的所有模式中返回表格?
袁安峰*_*袁安峰 9
您可以使用 select table_schema, table_name from information_schema.tables;
select table_schema, table_name from information_schema.tables;
归档时间:
8 年,11 月 前
查看次数:
7877 次
最近记录:
6 年,7 月 前