You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: