SyntaxFix
Write A Post
Hire A Developer
Questions
Just generalising the query if you want to work with any given date instead of current date:
SELECT Table.date FROM Table WHERE Table.date > '2020-01-01'::date - interval '10 day'