Hi,
I need to have the query to get the date range between now and 5 business days later (not include the weekend). I am not sure how to do it, can you please help.
select * from tbl
where shpdate between ???
Thanks
Hi,
I need to have the query to get the date range between now and 5 business days later (not include the weekend). I am not sure how to do it, can you please help.
select * from tbl
where shpdate between ???
Thanks