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
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?