dbTalk Databases Forums  

outer query

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss outer query in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
vertigo
 
Posts: n/a

Default outer query - 02-14-2005 , 11:18 AM






Hello

What is 'outer query' ? Could anybody give any example ?


Thanx
Michal


Reply With Quote
  #2  
Old   
kaeli
 
Posts: n/a

Default Re: outer query - 02-14-2005 , 01:07 PM






In article <cuqmhd$s2n$1 (AT) atlantis (DOT) news.tpi.pl>, ax178 (AT) wp (DOT) pl enlightened us
with...
Quote:
Hello

What is 'outer query' ? Could anybody give any example ?

Did you mean outer join?
--
--
~kaeli~
Press any key...NO, NO, NO, NOT THAT ONE!!!!!!
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace



Reply With Quote
  #3  
Old   
vertigo
 
Posts: n/a

Default Re: outer query - 02-15-2005 , 01:37 AM






Quote:
Did you mean outer join?
No, i mean outer query.
Such phrase exists on page:
http://download-west.oracle.com/docs...nts6a.htm#4148

but i can not find what exactly it is.

Thanx
Michal



Reply With Quote
  #4  
Old   
Patricio
 
Posts: n/a

Default Re: outer query - 02-15-2005 , 07:15 AM



It's a very strange way Oracle chose to explain sequences.

Basically, it's referring to the outer section of a query that
contains subqueries, as in:

select column1,
column2,
column3
from table1
where column1 in (select column4,
column5
from table2
where ........)

the query in the where section is an inner query and the main select
(select column1, column2, etc) is the outer query.

Hope it helps.

Patricio

vertigo <ax178 (AT) wp (DOT) pl> wrote

Quote:
Did you mean outer join?

No, i mean outer query.
Such phrase exists on page:
http://download-west.oracle.com/docs...nts6a.htm#4148

but i can not find what exactly it is.

Thanx
Michal

Reply With Quote
  #5  
Old   
DA Morgan
 
Posts: n/a

Default Re: outer query - 02-17-2005 , 11:00 AM



vertigo wrote:

Quote:
Hello

What is 'outer query' ? Could anybody give any example ?


Thanx
Michal
There is no such thing. The phrase is outer join and you can
find information on what they are all over the web ... I would
suggest www.google.com.

For an example of syntax go to http://www.psoug.org
click on Morgan's Library
click on Joins
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)


Reply With Quote
  #6  
Old   
DA Morgan
 
Posts: n/a

Default Re: outer query - 02-20-2005 , 04:46 PM



vertigo wrote:

Quote:


Did you mean outer join?


No, i mean outer query.
Such phrase exists on page:
http://download-west.oracle.com/docs...nts6a.htm#4148


but i can not find what exactly it is.

Thanx
Michal
That is because there is no such thing as an "outer query" ... you
should reread your own link. The phrase is "outer query block" and
it is described quite well in the list of bulleted items that follows.

--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.