Hi Team,
I have a scenario where i need distinct customer count so I want to know which is more perfect way between Aggregate with group by and count or a advance SQL query with Distinct statement.
Thanks
Deep
Hi Deepsagar,
I would go for group by and count for two reasons:
Kind Regards,João
Hi João,
Yes you are correct, Thank you.