The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Calculating AVG on DENSE_RANK FIRST
I have following syntax in Oracle SQL query:
SELECT AVG(sal) KEEP (DENSE_RANK FIRST ORDER BY sal)
How to write this code in Vertica?
0