0

How can I fetch only the records that were added in this week to a table in Postgres? Please note that the table doesn't have any timestamp fields. Please let me know, in case of any possible ways of doing this.

UnahD
  • 867
  • 2
  • 10
  • 25
  • http://stackoverflow.com/questions/13768274/postgresql-how-to-find-any-changes-in-the-last-n-minutes – Andy Thompson Aug 20 '15 at 07:31
  • Is this a one time thing or you want to do this every week? – Jakub Kania Aug 20 '15 at 07:42
  • I want do this periodically, as I have to generate reports of the newly added data into the table. – UnahD Aug 20 '15 at 07:43
  • If you don't have a column that stores date and time when that row has been added, then there is no way you can't get that information. –  Aug 20 '15 at 08:10

0 Answers0