Tagged Questions
1
vote
1answer
65 views
PostgreSQL - how to fetch rows higher then year since the date
I have in the DATE column saved a dates. I try to get those rows, that are higher since that date about a year, two years etc.
The year, two years is a parameter from my app. Is possible to get these ...