I need to add five days to the "2020-12-01" date. But here the scenario is while adding five days to "2020-12-01" date we should not include the Saturday (2020-12-05) and Sunday (2020-12-06).
I have tried with DATEDIFF with filter options in where conditions.. but I am unable to get the solution. Can any one please help me to get it done. (Expected Output : 2020-12-07)