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
Functions PERCENTILE_DISC and PERCENTILE_CONT are not supported in the T-SQL syntax, which requires both WITHIN GROUP and OVER. They work fine in native PostgreSQL when the OVER clause is omitted, but that is not valid syntax in T-SQL.
The Compass tool incorrectly flagged these functions as supported, this will be corrected in the next release of Compass.
What happened?
I am encountering an issue when using the PERCENTILE_DISC function in Babelfish. The following query works correctly in SQL Server:
However, when I attempt to run this query in Babelfish, i receive the following error:
Steps to Reproduce
Version
BABEL_4_X_DEV (Default)
Extension
None
Which flavor of Linux are you using when you see the bug?
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: