Hello,
I've got a question.
How is it possible to select datasets which are updateted within the last x weeks.
it has to look something like this i think:
select * from data WHERE date >= current_Timestamp - x weeks;
, but i dont know how to fit in the weeks into that statement. my date is saved as a timestamp in my database ("20031119113909").
i would be very happy if someone might help me.
thanks a lot
sorry for my english, its not the best i think
