i explain better my question:
i have a table like:
|ID|DATE|DAYS|
users in my site could search for a range of date inside my db, so i need to check if min date that users select is greater than the date in column DATE and if DATE forward DAYS is lower or equal to max date that users select. Is there a way to to that? can someone help me? Thanks!! 🙂
You could try below: