注册

-2007:[VERSIONS]附近出现错误

DM_643923 2025/02/27 268 11

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:dm8
【操作系统】:
【CPU】:
【问题描述】*:-2007: 第 7 行, 第 46 列[VERSIONS]附近出现错误:

MERGE INTO t_bus_config USING (
SELECT
666 AS unittype,
5657 AS parentid,
4534 AS "VERSIONS"
FROM dual
) src ON (t_bus_config.unittype = src.unittype AND t_bus_config.parentid = src.parentid)
WHEN MATCHED THEN
UPDATE SET
"VERSIONS" = src."VERSIONS"
WHEN NOT MATCHED THEN
INSERT (unittype, parentid, "VERSIONS")
VALUES (src.unittype, src.parentid, src."VERSIONS");

回答 0
暂无回答
扫一扫
联系客服