Re: real beginner PL/SQL question

From: frank greene <fgreene_at_us.oracle.com>
Date: 1996/11/12
Message-ID: <56afpt$eff_at_inet-nntp-gw-1.us.oracle.com>#1/1


something like:

   delete from table_a
   where ind not in (select ind from table_b

                      where table_a.ind = table_b.ind);
Received on Tue Nov 12 1996 - 00:00:00 CET

Original text of this message