DROP GIT REPOSITORY¶
从当前/指定的架构中移除指定的 Snowflake Git 存储库克隆。
语法
参数
name指定要删除的 Git 存储库克隆的标识符。
If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.
For more information, see Identifier requirements.
使用说明
- 删除的 Git 存储库无法恢复,必须重新创建。
- When the IF EXISTS clause is specified and the target object doesn’t exist, the command completes successfully without returning an error.