检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
INSERT Teradata的INSERT(缩写关键字为INS)语句用于向表中插入记录。DSC支持INSERT语句。 Teradata SQL中存在INSERT INTO TABLE table_name语法,但GaussDB(DWS)不支持。GaussDB(DWS)仅支持INSERT
日期和时间类型 概述 本节介绍如下日期和时间类型:DATETIME、TIME、TIMESTAMP、YEAR。GaussDB(DWS)不支持以上类型,DSC工具将会对其转换。 类型对照 表1 日期和时间类型对照表 MySQL日期时间类型 MySQL INPUT GaussDB(DWS)
CONNECTION GaussDB(DWS)不支持该属性修改表定义信息,DSC迁移时会将该属性删除。 CONNECTION关键字在MySQL中用作引用外部数据源。工具暂不支持该特性的完整迁移。基于当前的临时方案,工具仅仅移除该关键字。 输入示例 1 2 3 4 5 6
DISTRIBUTE BY 在ADB中支持分布键,DSC迁移过程中会保留对应分布键。 输入示例 1 2 3 4 5 6 7 CREATE TABLE COPY_DI_DISTRIBUTOR_BUYER_CONTRIBUTION_RANKING_V2 ( SHOP_ID VARCHAR
INDEX_ALL 在ADB中,创建全列索引index_all='Y'。GaussDB(DWS)不支持该属性修改表定义信息,DSC迁移时会将该属性删除。 输入示例 1 2 3 4 5 6 7 DROP TABLE IF EXISTS unsupport_parse_test; CREATE
DROP删除表 GaussDB(DWS)与MySQL都支持使用DROP语句删除表,但GaussDB(DWS)不支持在DROP语句中使用RESTRICT | CASCADE关键字。DSC工具迁移时会将上述关键字移除。 输入示例 1 2 3 4 5 6 7 CREATE TABLE IF
INTERVAL MySQL中使用interval表达式格式为INTERVAL N时间单位,DWS不支持,需要转换为INTERVAL 'N'时间单位。 输入示例 1 2 3 4 5 6 SELECT CURRENT_TIME() - INTERVAL 4 DAY; SELECT NOW()
GAUSS-03701 -- GAUSS-03800 GAUSS-03701 -- GAUSS-03710 GAUSS-03711 -- GAUSS-03720 GAUSS-03721 -- GAUSS-03730 GAUSS-03731 -- GAUSS-03740 GAUSS-03741
GAUSS-04001 -- GAUSS-04100 GAUSS-04001 -- GAUSS-04010 GAUSS-04011 -- GAUSS-04020 GAUSS-04021 -- GAUSS-04030 GAUSS-04031 -- GAUSS-04040 GAUSS-04041
GAUSS-04401 -- GAUSS-04500 GAUSS-04401 -- GAUSS-04410 GAUSS-04411 -- GAUSS-04420 GAUSS-04421 -- GAUSS-04430 GAUSS-04431 -- GAUSS-04440 GAUSS-04441
GAUSS-04501 -- GAUSS-04600 GAUSS-04501 -- GAUSS-04510 GAUSS-04511 -- GAUSS-04520 GAUSS-04521 -- GAUSS-04530 GAUSS-04531 -- GAUSS-04540 GAUSS-04541
GAUSS-04611 -- GAUSS-04620 GAUSS-04611: "Failed to remove directory '%s', because it is not an empty directory." SQLSTATE: XX000 错误原因:由于所删除的
GAUSS-50000 -- GAUSS-50999 GAUSS-50000 -- GAUSS-50099 GAUSS-50100 -- GAUSS-50199 GAUSS-50200 -- GAUSS-50299 GAUSS-50300 -- GAUSS-50399 GAUSS-50400
GAUSS-05901 -- GAUSS-05999 GAUSS-05971 -- GAUSS-05980 父主题: 数据仓库错误码
GAUSS-02101 -- GAUSS-02200 GAUSS-02101 -- GAUSS-02110 GAUSS-02111 -- GAUSS-02120 GAUSS-02121 -- GAUSS-02130 GAUSS-02131 -- GAUSS-02140 GAUSS-02141
GAUSS-02301 -- GAUSS-02400 GAUSS-02301 -- GAUSS-02310 GAUSS-02311 -- GAUSS-02320 GAUSS-02321 -- GAUSS-02330 GAUSS-02331 -- GAUSS-02340 GAUSS-02341
GAUSS-03001 -- GAUSS-03100 GAUSS-03001 -- GAUSS-03010 GAUSS-03011 -- GAUSS-03020 GAUSS-03021 -- GAUSS-03030 GAUSS-03031 -- GAUSS-03040 GAUSS-03041
GAUSS-03401 -- GAUSS-03500 GAUSS-03401 -- GAUSS-03410 GAUSS-03411 -- GAUSS-03420 GAUSS-03421 -- GAUSS-03430 GAUSS-03431 -- GAUSS-03440 GAUSS-03441
GAUSS-03601 -- GAUSS-03700 GAUSS-03601 -- GAUSS-03610 GAUSS-03611 -- GAUSS-03620 GAUSS-03621 -- GAUSS-03630 GAUSS-03631 -- GAUSS-03640 GAUSS-03641
GAUSS-00951 -- GAUSS-00960 GAUSS-00951: "COST must be positive" SQLSTATE: 22023 错误原因:COST必须是正数。 解决办法:检查函数定义,确保COST定义为正数。 GAUSS-00952: "ROWS must