can i use over clause after having on sql server 2012 ?
I have technical question
can i use over clause over count on having clause
as example
select partid,product
from product
having count(partid) over
are this valid please answer me
what i know is over can use before from
but are this possible after having
having over partition or
having over order by