benkrug commented on PR #13404:
URL: https://github.com/apache/druid/pull/13404#issuecomment-1675532103

   I notice a number of syntax options that work, based on an error message I 
got.  The error message was 
   
   `Error: druidException
   
   Received an unexpected token [outer join] (line [33], column [18]), 
acceptable options: [<EOF>, "ORDER", "LIMIT", "OFFSET", "FETCH", "NATURAL", 
"JOIN", "INNER", "LEFT", "RIGHT", "FULL", "CROSS", ",", "OUTER" "APPLY", "(", 
"TABLESAMPLE", "WHERE", "GROUP", "HAVING", "WINDOW", "UNION", "INTERSECT", 
"EXCEPT", "MINUS"]`
   
   These seem to all be accepted for JOIN - `"NATURAL", "JOIN", "INNER", 
"LEFT", "RIGHT", "FULL", "CROSS", "OUTER"`.  I tried combinations of RIGHT/LEFT 
INNER/OUTER that worked.  Also, NATURAL, FULL, and CROSS work, but don't accept 
an "ON" condition (iirc).  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to