gpt4 book ai didi

sql - 显示Presto中所有模式的表格

转载 作者:行者123 更新时间:2023-12-04 16:58:31 25 4
gpt4 key购买 nike

在普雷斯托
SHOW SCHEMAS;返回所有模式
SHOW TABLES FROM foo;返回foo模式的所有表

有没有一种简单的方法可以从Presto中的所有模式返回表?

最佳答案

您可以使用select table_schema, table_name from information_schema.tables;

关于sql - 显示Presto中所有模式的表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40938321/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com