DROP SPATIAL UNIT OF MEASURE [ IF EXISTS ]identifier
Examples
Example – The following example drops a fictitious spatial unit of
measure named Test.
DROP SPATIAL UNIT OF MEASURE Test;
Usage
Use the IF EXISTS clause if you do not want an error returned when the DROP
SPATIAL UNIT OF MEASURE statement attempts to remove a spatial unit of measure that does
not exist.