Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie question
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...
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
![]() |
![]() |