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
Please answer these questions before submitting your issue. Thanks!
"from tbl_app_identify_batch_record t1 " + "where t1.deliverResult IS Not NULL and validateFlag in(1,2,4,5) " + "and batchId != 0 limit 0, 1";
The text was updated successfully, but these errors were encountered:
afa4c44
fixed at 2.0.2
Sorry, something went wrong.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
2.0.0
查询条件中出现 is not null 的时候 用limit 0,1,应该最多只能查询一条记录
查询出来的不止一条记录
查询语句里面含有 is not null 判断 limit 0, 1
String sql = "select smUuid, customerId " +
The text was updated successfully, but these errors were encountered: