(Vadivel Mohanakrishnan) There isn’t a prebuilt function for finding the product of column or set of values in SQL Server. But there is a workaround by using a combination of the SUM(), POWER() and LOG10() functions. If not for this query we would have to fetch all the records to the front-end and t
Read More - Register for Free Membership
