2.Q&A:外部数据库-执行数据接口XXX时出错

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for theight syntax to use near '%)

报错信息:
 服务器错误代码:320224,详细信息:执行数据接口[[全局-数据]:[0-func_list1001]]时
出错提交数据接口参数:{XXX}
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for theight syntax to use near '%)
报错原因:
外部数据库作为接口数据源时,若数据库字段名称包含"-",或显示名包含"()",接口会报错
解决方案:
修改外部数据库的数据库字段名称
2026-02-27
0 0