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 -> Re: PL/SQL Delete Error -- Urgent!

Re: PL/SQL Delete Error -- Urgent!

From: zsl <zibi_at_at_hotmail.com>
Date: 2000/07/21
Message-ID: <FkWd5.29326$pD2.598728@news.tpnet.pl>#1/1

Hi,
According to what you wrote it should be

        
           delete from my_table where id = min_id;
not

>> delete from min_id where id = min_id;



Regards,

Zbigniew Sliwa
Oracle Programmer Received on Fri Jul 21 2000 - 00:00:00 CDT

Original text of this message

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