Query to find the records from a table which are updated or added in the last one month ?
Posted
by kumar
on Stack Overflow
See other posts from Stack Overflow
or by kumar
Published on 2010-04-21T10:12:24Z
Indexed on
2010/04/21
10:13 UTC
Read the original article
Hit count: 335
Hi,
I want to select the records from a table which are updated or added in the last one month (table doesn’t have any datetime field and I can’t change the table structure). Is it possible to write a sql query for that? how to fetch those records from table
regards, kumar
© Stack Overflow or respective owner