阅读者账户:不支持 DROP ACCOUNT 命令¶
阅读者账户的行为如下:
- 之前:
使用 DROP ACCOUNT 命令从账户中移除阅读者账户时,Snowflake 会返回成功状态消息,但不会删除阅读者账户。
- 现在:
如果您尝试使用 DROP ACCOUNT 命令从账户中移除阅读者账户,Snowflake 会返回错误消息。
DROP ACCOUNT reader_acct1;
Drop account command not allowed for managed accounts. Use command drop managed account. For more details visit https://docs.snowflake.com/en/sql-reference/sql/drop-managed-account.
请改为使用 DROP MANAGED ACCOUNT 命令从账户中移除阅读者账户。
有关详细信息,请参阅 删除阅读者账户。
参考:1271