wrote:
Hi Assif,
To do a Group By in an aggregate (local or not), just follow these steps:
Do this to every column you need in the results. The "distinct" will be made for the group of columns.
Cheers.
Thanks It Worked.
Eduardo Jauch wrote:
Hi Assif,
To do a Group By in an aggregate (local or not), just follow these steps:
Do this to every column you need in the results. The "distinct" will be made for the group of columns.
Cheers.
Thanks It Worked.