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
DP rewritten queries can have ORDER BY statements and executing such queries in mssql it fails with:
The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP, OFFSET or FOR XML is also specified.
Fix the MsSqlTranslator to handle such cases.
The text was updated successfully, but these errors were encountered:
DP rewritten queries can have ORDER BY statements and executing such queries in mssql it fails with:
The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP, OFFSET or FOR XML is also specified.
Fix the MsSqlTranslator to handle such cases.
The text was updated successfully, but these errors were encountered: