atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

Support TOP PERCENT syntax #71

Closed stianlik closed 5 years ago

stianlik commented 6 years ago

Description of the Change

Add support for TOP PERCENT syntax as described in issue #57 .

Benefits

Better support for Microsoft SQL Server.

Possible Drawbacks

Deviation from standard SQL language could cause a problem if someone decides to extend from this grammar to support different SQL variations.