Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201209
-
Fix Version/s: CMT8.4.1.201209
-
Component/s: CUBRID Migration Toolkit
-
Labels:
-
Environment:
CMT8.4.1.3018
Description
By design, when there is error view, it will pop error, and cannot delete the error view
The error view generated as follows:
1 Create one view
create or replace view a1 as
select AA."a", AA."b", "1a".A from AA,"1a";
2 Drop table AA.
fixed