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
CCL
Yes
No response
在查询单方或者多方时无法使用limit进行限制条数,例如我使用select * from account因为不能加limit进行限制,导致只能全表查出来,结果数据量要是有10万的时候前端渲染卡死了,要是数据量有1000万的时候后端内存爆了,能否添加limit功能呢?
The text was updated successfully, but these errors were encountered:
@xuwenbin159 尝试过在 query 里加 limit 了吗?
Sorry, something went wrong.
我用的SQL是select * from ta limit 10;报错是:Unsupported node type: SqlOrderBy
SCQL使用的那个版本? 数据源是什么类型的? select * from account 执行后scql提示的错误信息方便补充一下吗?
No branches or pull requests
Issue Type
CCL
Have you searched for existing issues?
Yes
Link to Relevant Documentation
No response
Question Details
在查询单方或者多方时无法使用limit进行限制条数,例如我使用select * from account因为不能加limit进行限制,导致只能全表查出来,结果数据量要是有10万的时候前端渲染卡死了,要是数据量有1000万的时候后端内存爆了,能否添加limit功能呢?
The text was updated successfully, but these errors were encountered: