开发者社区 问答 正文

MaxCommpute中,如何查看指定的表或者分区是否存在?

MaxCommpute中,如何查看指定的表或者分区是否存在?

展开
收起
montos 2020-05-27 20:05:59 2900 分享 版权
1 条回答
写回答
取消 提交回答
  • 可使用使用函数TABLE_EXISTS,查询指定的表是否存在。 使用函数PARTITION_EXISTS,查询指定的分区是否存在。 具体函数说明可参考: https://help.aliyun.com/document_detail/48976.html

    如有更多疑问咨询可以加入MaxCompute开发者社区钉群点击链接

    2020-05-27 21:35:10
    赞同 展开评论
问答地址: