数据仓库服务 GAUSSDB(DWS)-使用GDS从远端服务器上导入表数据到GaussDB(DWS)集群:清除资源

时间:2024-09-24 16:54:34

清除资源

  1. 执行以下命令,删除目标表product_info。

    1
    DROP TABLE product_info;
    

    当结果显示为如下信息,表示删除成功。

    1
    DROP TABLE
    

  2. 执行以下命令,删除外表product_info_ext。

    1
    DROP FOREIGN TABLE product_info_ext;
    

    当结果显示为如下信息,表示删除成功。

    1
    DROP FOREIGN TABLE
    

support.huaweicloud.com/bestpractice-dws/dws_05_0032.html