JSQLParser / JSqlParser

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
https://github.com/JSQLParser/JSqlParser/wiki
Apache License 2.0
5.39k stars 1.34k forks source link

sqlsever sql "with (nolock)" cant be parser #248

Closed truechuan closed 4 years ago

truechuan commented 8 years ago

such as select * from A with (nolock), this sql cant be parser

wumpz commented 8 years ago

You are right. Optimizer hints for Sqlserver are not parsed. There is already an existing issue.