I wonder if anyone can help with some Postgres. I have a table with a mydate column, which is a postgres date type. I want to do something like:
SELECT * FROM MyTable WHERE mydate > [Today-1year]
I have never used Postgres before, and I'm sure I just need to know the name of some functions - I will be happy to see a link to myself. Can someone point me in the right direction?
Thank!
sql postgresql
Joseph Oct. 13 2018-10-10 22:32
source share