-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Failing SQL Feature:
“left hash join” can't be parsed
SQL Example:
select a.id, b.name
from table_a as a
left hash join table_b as b on a.zid = b.id
where a.id > ?Software Information:
- JSqlParser version : 4.6
- Database: MS SQL Server 2012
Exception:
java.util.concurrent.ExecutionException: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "left" "LEFT"
at line 3, column 10.
Was expecting one of:
"CONNECT"
"EMIT"
"GROUP"
"HAVING"
"PIVOT"
"START"
"WINDOW"
<EOF>
<ST_SEMICOLON>