Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.databases.oracle    |    Overblown overpriced overengineered SHIT    |    2,288 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 837 of 2,288    |
|    Eric Manseau to Tuhin Kumar    |
|    Re: How to improve the deletion rate.    |
|    22 Dec 03 12:41:26    |
   
   From: emanseau@cae.com   
      
   Hi Tuhin,   
      
   You should try to refine the where clause. You may use a BETWEEN clause   
   instead of two comparaison.   
      
   DELETE FROM Table1 WHERE TimeStamp BETWEEN TO_DATE('2003-11-30 18:30:00',   
   'YYYY-MM-DD HH24:MI:SS') and TO_DATE('2003-12-18 18:29:59', 'YYYY-MM-DD   
   H24:MI:SS') AND ROWNUM < 2000   
      
   Also it can be a good idea to create an index the field TimeStamp if it is   
   not already.   
      
      
      
   "Tuhin Kumar"
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca