Skip to content

[Feature] sql server 2012 left hash join support #1866

@jhd147350

Description

@jhd147350

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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions