Open aragilar opened 1 year ago
MSSQL has queries of the form SELECT TOP 10 "name", "id" from some_table, but TOP is misparsed as an identifer rather than a keyword. Would it be possible to add support for this?
SELECT TOP 10 "name", "id" from some_table
TOP
MSSQL has queries of the form
SELECT TOP 10 "name", "id" from some_table
, butTOP
is misparsed as an identifer rather than a keyword. Would it be possible to add support for this?