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
查询语句 { "query": "SELECT * FROM session WHERE (SrcIP='222.18.11.176') OR (SrcIP='121.48.198.1') OR (SrcIP='222.18.10.139' AND DstIP='111.13.235.34') AND ltime BETWEEN '1727417891000' AND '1727421491000' LIMIT 100 OFFSET 900" } 结果 { "error": { "root_cause": [ { "type": "parsing_exception", "reason": "line 1:196: mismatched input 'OFFSET' expecting " } ], "type": "parsing_exception", "reason": "line 1:196: mismatched input 'OFFSET' expecting ", "caused_by": { "type": "input_mismatch_exception", "reason": null } }, "status": 400 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
查询语句
{
"query": "SELECT * FROM session WHERE (SrcIP='222.18.11.176') OR (SrcIP='121.48.198.1') OR (SrcIP='222.18.10.139' AND DstIP='111.13.235.34') AND ltime BETWEEN '1727417891000' AND '1727421491000' LIMIT 100 OFFSET 900"
}
结果
{
"error": {
"root_cause": [
{
"type": "parsing_exception",
"reason": "line 1:196: mismatched input 'OFFSET' expecting "
}
],
"type": "parsing_exception",
"reason": "line 1:196: mismatched input 'OFFSET' expecting ",
"caused_by": {
"type": "input_mismatch_exception",
"reason": null
}
},
"status": 400
}
The text was updated successfully, but these errors were encountered: