how to get last weeek dates from today to last 7 days date..
        Posted  
        
            by Ranjana
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ranjana
        
        
        
        Published on 2010-06-05T10:35:30Z
        Indexed on 
            2010/06/05
            10:42 UTC
        
        
        Read the original article
        Hit count: 204
        
i have a table with column:
Registereddate          orgid
2010-06-05 10:16:00     1
2010-06-05 10:10:00     2
2010-06-04 22:31:00     3
...                     .
.                       .....
.
.
.
i need to get only last weeek dates and orgid from today to last 7 days date..
© Stack Overflow or respective owner