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

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 100' at line 58 #196

Closed
lydialyd0121 opened this issue Sep 23, 2019 · 1 comment

Comments

@lydialyd0121
Copy link

工单系统执行 sql出现 语法错误,在服务器端及 Navicat 都可以运行成功。
sql如下:

55 (SELECT b.*
56 FROM um AS b
57 join
58 (select um_no
59 from um_d where license_status ='01' limit 2290010,10) a on a.um_no=b.um_no

时间:2019/9/23 上午10:16:58
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 59

@lazzyfu
Copy link
Owner

lazzyfu commented Nov 25, 2019

您好,这是格式化的bug,可能包含了特殊字符等,建议向左对其即可

@lazzyfu lazzyfu closed this as completed Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants