i have been working on query which uses compute by clause for avg and sum operators .
As Microsoft declared this will be a discontinued feature ,what will be the replacement for this feature
i have been working on query which uses compute by clause for avg and
Share
Use ROLLUP which is part of the GROUP BY clause