Re: PL/SQL CURSOR DELETES

From: Mike Rose <mmrose_at_home.com>
Date: Sun, 24 Jan 1999 21:21:10 GMT
Message-ID: <a9Mq2.3727$cB6.2162_at_news.rdc1.md.home.com>


No, normally you would just issue a DELETE From tablename Where condition SQL statement directly.

Mike Rose

Paul Dudas wrote in message <36AB8708.6B33_at_neca.com>...
>Can deletes be done through Cursor Control? I can do updates
>succesfully but cannot quite get the code syntax to do a delete to work.
>My cursor would select a series of records thru a select and I would
>want to fetch and delete each 1 of them in a loop. Is this normally how
>it is done ? Thanks for your help.
Received on Sun Jan 24 1999 - 22:21:10 CET

Original text of this message