Skip to content
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

Database paging query bug #1728

Closed
laihuibiao opened this issue Apr 27, 2020 · 1 comment
Closed

Database paging query bug #1728

laihuibiao opened this issue Apr 27, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@laihuibiao
Copy link

Bug Description
分页SQL中,包含LIMIT 10 OFFSET 120; OFFSET 为120的时候,报错

To Reproduce
Steps to reproduce the behavior:
image
当我在taos命令行中,执行【select create_time,create_by,method,client_ip,class_name,method_name,request_url,params,exception_msg,exception_code,server_ip from log_api.t_log_api where server_ip = "0101040150827073" order by create_time desc LIMIT 10 OFFSET 120;】报错
Expected Behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. CentOS 7.0]
  • Memory, CPU, current Disk Space
  • TDengine Version [e.g. 1.6.1.7]

Additional Context
Add any other context about the problem here.

@laihuibiao laihuibiao added the bug Something isn't working label Apr 27, 2020
@liuyq-617
Copy link
Contributor

This is a very old version, please upgrade to the latest version and test again.

@liuyq-617 liuyq-617 changed the title 分页查询bug Database paging query bug Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants