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

Home -> Community -> Usenet -> c.d.o.tools -> trigger?

trigger?

From: tony <ttigger4321_at_hotmail.com>
Date: Thu, 17 May 2001 17:04:48 GMT
Message-ID: <3b0403b2.16309948@news.dal.ca>

Hi. I want to create a trigger that will delete rows that are sysdate - 3 or older.

Here's a select that returns the correct rows:

select * from table_a
where
last_activity_date >= sysdate - 3

Can anyone show me the syntax to cretate this trigger?

TIA,
tony Received on Thu May 17 2001 - 12:04:48 CDT

Original text of this message

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