Manipulating rows in a delete

From: Gautham Ramkumar <gautham_at_iwaynet.net>
Date: 1997/11/05
Message-ID: <01bcea1c$1c8cbaa0$9f0101c0_at_gramkum>#1/1


[Quoted] I have a SQL statement as follows.

delete from table_name
[Quoted] where some criteria;

Now my aim is to do some manipulation with each of the rows I delete without using triggers. I thought of a cursor but I can't do a delete in that.
Please help Received on Wed Nov 05 1997 - 00:00:00 CET

Original text of this message