I am trying to remove data from a table in a database. Like a sort of archiving processes whereby I remove one week of data at a time.
So I select the min date from the table (select min (TIMESTAMP) from <tblname>)
Which returns a date in the following format -> 20070114 13:22:59.843671 +0000...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.