-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
视图中执行SQL报错,未提示具体错误原因,且该语句在davinci中正常执行 #365
Comments
请提供详细信息帮助定位问题:
|
1.操作系统 win11 22518.1012 2.数据库及版本 MySQL 5.7.35 3.SQL语句示例(含变量, 测试语句)
|
|
是的,还有capture_day也是变量,当我将变量去掉,换成相应的默认值, 直接执行,也是一样的报错 |
从 SQL 语句来看是变量语法不正确导致的。目前 SQL 美化功能还有问题,美化之后的 freemarker 语法和变量语法都不对。变量前后的 如果方便的话,可以把替换成默认值的 SQL 语句也发一下,我们定位一下是否为 SQL 解析问题 |
以下为替换为默认值的语句,在navicat和davinci中正常执行
|
经过定位,是INSERT函数不识别的问题,移除该函数,可以正常执行,建议修复此问题 |
datart 只能执行查询语句,其他的 DML 和 DDL 暂时都不计划支持 |
SQL中使用了 INSERT 函数,INSERT属于SQL中的保留关键字,使用这类关键字作为其它用途时,需要用符号包裹。如mysql中应该写成 `INSERT` 。 |
从davinci中的SQL语句, 修改后在datart中执行异常,页面无具体报错原因
日志中输出以下错误
The text was updated successfully, but these errors were encountered: