You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subtotalsSpec which is closest to GROUPING SET makes it far more efficient to create multiple groups that without it, would need to be done in multiple queries.
Description
subtotalsSpec which is closest to
GROUPING SETmakes it far more efficient to create multiple groups that without it, would need to be done in multiple queries.