We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.9.10-Snapshot
None
修正后的SQL SELECT 中多出了 _调用次数_ 这个临时列
_调用次数_
LLM SQL:
SELECT 接口ID, 接口路径, 接口名称, SUM(调用数量) AS _调用次数_ FROM 网关调用记录数据集 WHERE 网关名称 = '内网集群' GROUP BY 接口ID, 接口路径, 接口名称 ORDER BY _调用次数_ DESC LIMIT 5
修正S2SQL
SELECT 接口ID, 接口路径, 接口名称, SUM(调用数量) AS _调用次数_, _调用次数_ FROM 网关调用记录数据集 WHERE 网关名称 = '内网集群' GROUP BY 接口ID, 接口路径, 接口名称 ORDER BY _调用次数_ DESC LIMIT 5
类似Issue: #1400
The text was updated successfully, but these errors were encountered:
请问处理了吗?我也是这样
Sorry, something went wrong.
No branches or pull requests
SuperSonic version
0.9.10-Snapshot
Your organization
None
Description
修正后的SQL SELECT 中多出了
_调用次数_
这个临时列LLM SQL:
修正S2SQL
类似Issue: #1400
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: