OVER clause in CASE statement

Hi

One other option is

Select sum(abc) over()
(Select case statement as abc )

Hope it helps