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

JOIN query doesn't work #3

Open
VinodKandula opened this issue Oct 21, 2018 · 0 comments
Open

JOIN query doesn't work #3

VinodKandula opened this issue Oct 21, 2018 · 0 comments

Comments

@VinodKandula
Copy link

SELECT Orders.OrderID, Customers.CustomerName, Orders.OrderDate FROM Orders INNER JOIN Customers ON Orders.CustomerID=Customers.CustomerID

Exception in thread "main" org.es.sql.exception.ElasticSql2DslException: [syntax error] Sql is not select druid
at org.es.sql.parser.ElasticSql2DslParser.check(ElasticSql2DslParser.java:69)
at org.es.sql.parser.ElasticSql2DslParser.parse(ElasticSql2DslParser.java:42)
at org.es.sql.parser.ElasticSql2DslParser.parse(ElasticSql2DslParser.java:26)
at Test.main(Test.java:19)

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

1 participant