我在导入的时候遇到了下面的问题。有人能帮我解决这个问题吗?
select CxConfig;codeunique=true;basesites(uid);consenttemplates(pk) ;SAPYMKT_PERS_CSIN_CONF;csin;"#% impex.exportItemsFlexibleSearch( "“select CONCAT(',#2,',CONCAT({con.pk},',‘)) from {consenttemplate as CONCAT basesite as bs on {bs.pk} = {con.basesite}} where {id} = 'SAPYMKT_PERS’and {bs.uid} = 'csin'"");”
抛出以下错误:For CxConfig;codeunique=true;basesites(uid);consenttemplates(pk) ",,,pk格式错误:'#% impex.exportItemsFlexibleSearch( "“select CONCAT(‘’:INSERT_UPDATE输入字符串:""#% impex.exportItemsFlexibleSearch( "”select CONCAT(‘“;SAPYMKT_PERS_CSIN_CONF;csin;"#% impex.exportItemsFlexibleSearch( "“select CONCAT(',#2,',CONCAT({con.pk},',‘)) from {consenttemplate as con join basesite bs on {bs.pk} = {con.basesite}} where {id} = 'SAPYMKT_PERS’and {bs.uid} = 'csin'"");”
发布于 2021-10-21 06:31:44
这不能导入,因为当您在第二行中包含"impex.exportItemsFlexibleSearch“时,它会变成导出脚本。
如果您计划导出数据,可以在以下位置执行:
导出Export
https://stackoverflow.com/questions/69655049
复制相似问题