You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the library seem to have issue parsing query with the mssql keyword top ,
whenever you do so the first column is found to be an alias but it's not ,it s a real column.
here is a query to reproduce
SELECT top 10 id, name FROM foo