gpt4 book ai didi

snowflake-cloud-data-platform - 创建一个在所有模式中使用的阶段

转载 作者:行者123 更新时间:2023-12-02 18:09:26 24 4
gpt4 key购买 nike

我在名为 X 的模式中创建了一个阶段,当我运行命令“show stages”时,我能够看到该阶段。现在,当我转到另一个模式“Y”并运行命令“show stages”时,它没有显示该模式。我想使用“X”中的舞台。我该怎么做?

谢谢,习

最佳答案

要使用当前正在使用的不同模式的阶段,必须提供命名空间:

COPY INTO ...
FROM @[namespace.]ext_stage_name[/path]

COPY INTO

FROM ...

namespace is the database and/or schema in which the internal or external stage resides, in the form of database_name.schema_name or schema_name. It is optional if a database and schema are currently in use within the user session; otherwise, it is required.


这同样适用于临时 querying data from stages :

SELECT ...
FROM @[namespace.]external_stage_name[/path]

关于snowflake-cloud-data-platform - 创建一个在所有模式中使用的阶段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72673621/

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