I am trying to write a sql query to which will give me result or select row from a table if the datediff is equal to 7 days or 24 days.
MY table look something like this:
TableA:
ID ExpirationDate
I want to select row if ExpirationDate-DateTime.NOW == 7 days or 24 days.
Thanks
1 Answer