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

Home -> Community -> Usenet -> c.d.o.server -> Re: update row in a view

Re: update row in a view

From: Keith Jamieson <jamiesonk_at_phoenix.ie>
Date: Fri, 21 Jan 2000 14:24:08 -0000
Message-ID: <869q95$i26$1@kermit.esat.net>


My understanding is that you dont update the view. You update the tables upon which the view is based. Since the views are dynamic, they automatically reflect the updated data.

SKurosky wrote in message <20000120141305.09281.00000068_at_ng-cm1.aol.com>...
>>Hallo!
>>
>>I have a view like
>>select t1.c1 t2.c1 from t1,t2 where t1.c2 = t2.c2.
>>I canīt update rows in this view.
>>What did i wrong?
Received on Fri Jan 21 2000 - 08:24:08 CST

Original text of this message

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