i am going a cummulative sql script where user want records daily. so they want the records cummulative from Monday to Sunday example, Monday to Tuesday, Mon to Wed and Mon to Thrus until Sunday ...
in oracle, we have the function called "next day (col , 'Monday') -1 " so that we can fix the Monday and start counting from that Monday
how to i do this in sql server?
in oracle, we have the function called "next day (col , 'Monday') -1 " so that we can fix the Monday and start counting from that Monday
how to i do this in sql server?