The UNREGISTER MIGRATION SOURCE STORAGE UNIT
syntax is used to unregister migration source storage unit from the current connection
UnregisterStorageUnit ::=
'DROP' 'STORAGE' 'UNIT' ( 'IF' 'EXISTS' )? storageUnitName ( ',' storageUnitName )*
storageUnitName ::=
identifier
UNREGISTER MIGRATION SOURCE STORAGE UNIT
will only unregister storage unit in Proxy, the real data source corresponding to the storage unit will not be
dropped;UNREGISTER MIGRATION SOURCE STORAGE UNIT su_0;
UNREGISTER MIGRATION SOURCE STORAGE UNIT su_1, su_2;
UNREGISTER
、MIGRATION
、SOURCE
、STORAGE
、UNIT