• GilaMonster (9/6/2016)


    Because there's no un-aggregated columns being returned from that subquery. Group By is only needed when you have columns in aggregate and columns that aren't in aggregate in the select clause.

    Gila, thank you very much. If I learn nothing else from this stairway, I've learned this. So thanks again.