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: Rod Stewart <rod.stewart_at_afp.gov.au>
Date: Tue, 14 Sep 1999 08:26:11 +1000
Message-ID: <7rjttb$ftk$1@platinum.sge.net>


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?
Received on Mon Sep 13 1999 - 17:26:11 CDT

Original text of this message

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