Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
删除空间测量单位。
DROP SPATIAL UNIT OF MEASURE [ IF EXISTS ] identifier
如果您不希望在 DROP SPATIAL UNIT OF MEASURE 语句试图删除不存在的空间测量单位时返回错误,请使用 IF EXISTS 子句。
必须具有 DBA 特权。
无
SQL/2008 服务商扩充。
以下示例删除名为 TEST 的空间测量单位。
DROP SPATIAL UNIT OF MEASURE Test;