I need a sql query which will find the difference between two dates . I have already tried the between clause query but It include the Starting date . But I need a query that exclude the start date . and so please provide me a different one.
Share
You can use the DATEDIFF method
E.g:
If you want to exclude the start_date, or change the interval as per your requirements