Skip to content

SQL parse error when where condition contains 'join' keyword #714

@warmbreeze

Description

@warmbreeze

when query elasticsearch use SQL, we use SQL statement as follow:
select /*! IGNORE_UNAVAILABLE */ * from index-1,index-2,index-3/mytype where _id = 'test_join_test' limit 10 offset 0
Then return this error message:
{"message":"currently supports only 2 tables join","ok":false}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions