Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: CMT8.4.1.201209
-
Fix Version/s: CMT8.4.1.201209
-
Component/s: CUBRID Migration Toolkit
-
Labels:
-
Environment:
CMT8.4.1.3032
From CUBRID 8.3.1.2003 to CUBRID8.4.1.6004
Description
1 Migrate the two sql statement to one table.
SELECT count
as coun FROM "db_index" where class_name not in (select class_name from db_class where is_system_class ='YES') and is_primary_key ='NO';
SELECT count
as cc FROM "db_index" where class_name not in (select class_name from db_class where is_system_class ='YES') and is_primary_key ='YES';
Actual result:
It will pop warning. As migrate two table which has different column, it will create two column in new table. But there isn't . Please consider it.
Column not matched, users should configurate it by manual.