Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: help with comparing dates and deleteing oldest

Re: help with comparing dates and deleteing oldest

From: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: 4 Mar 2005 11:22:50 -0800
Message-ID: <1109964170.904507.66530@z14g2000cwz.googlegroups.com>


Consider finding the row with MAX(b.dbdate) first (in a subquery or inline view) and then do the delete.
  ed Received on Fri Mar 04 2005 - 13:22:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US