Skip to content

add support for SQL Server Query Hints #161

Description

@donshop11

the following query does not parse:

SELECT CustomerID, PersonID, StoreID
FROM cte
OPTION (MAXRECURSION 2);

see description here:
https://msdn.microsoft.com/en-us/library/ms181714.aspx

The value inside the OPTION is not that important to parse, it is more important not to fail parsing this kind of statements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions