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 rows by a query or should I do that on the application layer?
Just replace the 2 with your parameter value from the application.