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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie question

Re: Newbie question

From: Norris <johnnie_at_cooper.com.hk>
Date: 14 Sep 1999 01:36:42 GMT
Message-ID: <7rk8ra$2nq1$1@adenine.netfront.net>


Can I insert, update or delete on 'virtual' table?

Rod Stewart <rod.stewart_at_afp.gov.au> wrote:
> Certainly you can. For example:

> select a.id, b.id
> from alpha a, (select id from omega) b
> where a.id = b.id

> table 'b' is a virtual table.

> Norris <johnnie_at_cooper.com.hk> wrote in message
> news:7ricrj$1t2a$1_at_adenine.netfront.net...
>> Can I issue SQL statement on 'virtual' table?

--
Have several nice days...



Opinions are mine and do not necessarily reflect those of the Corp.
http://www.ntfaq.com

http://www.jsiinc.com/reghack.htm

http://www.oconnell.net/Sybase_FAQ

http://www.cyberport.com/~tangent/programming/winsock/

===================================================================
Received on Mon Sep 13 1999 - 20:36:42 CDT

Original text of this message

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