Hello.
Here's my dilemma😕.
I have a mySQL database table which has two entries of interest. The first is a timestamp(8) and the second is a month entry.
These timestamps are dates that represent when the item was created, and the months indicate how long it will last.
I would like to, with mySQL only, be able to query all rows in this table that will expire in a selected amount of time from now, 2 days, 3 weeks, 1 month, etc.
Can this be done?
Thanks in anticipation.
Alex