NLPchina/elasticsearch-sql

怎么进行分页

shaonianlang-ooo opened this issue · 3 comments

select * from assets_mapping where ipLocation like '%内网%' LIMIT 0,1000

{
"error": {
"root_cause": [
{
"type": "parsing_exception",
"reason": "line 1:66: mismatched input ',' expecting "
}
],
"type": "parsing_exception",
"reason": "line 1:66: mismatched input ',' expecting ",
"caused_by": {
"type": "input_mismatch_exception",
"reason": null
}
},
"status": 400
}

select * from assets_mapping where ipLocation like '%内网%' LIMIT 0,1000

{ "error": { "root_cause": [ { "type": "parsing_exception", "reason": "line 1:66: mismatched input ',' expecting " } ], "type": "parsing_exception", "reason": "line 1:66: mismatched input ',' expecting ", "caused_by": { "type": "input_mismatch_exception", "reason": null } }, "status": 400 }

哪个版本,怎么访问的,这个sql,没问题的
image

你好 楼主,分页这个问题你解决了嘛?我这边也出现了同样的问题