| Author |
Message |
DA Morgan *nix forums Guru
Joined: 06 Mar 2005
Posts: 1042
|
Posted: Sun Feb 20, 2005 9:46 pm Post subject:
Re: outer query
|
|
|
vertigo wrote:
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) |
|
| Back to top |
|
 |
DA Morgan *nix forums Guru
Joined: 06 Mar 2005
Posts: 1042
|
Posted: Thu Feb 17, 2005 4:00 pm Post subject:
Re: outer query
|
|
|
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) |
|
| Back to top |
|
 |
Patricio *nix forums beginner
Joined: 15 Feb 2005
Posts: 2
|
Posted: Tue Feb 15, 2005 12:15 pm Post subject:
Re: outer query
|
|
|
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@wp.pl> wrote in message news:<cus8rq$k8e$1@atlantis.news.tpi.pl>...
|
|
| Back to top |
|
 |
vertigo *nix forums addict
Joined: 23 Mar 2005
Posts: 71
|
|
| Back to top |
|
 |
kaeli *nix forums beginner
Joined: 14 Feb 2005
Posts: 1
|
|
| Back to top |
|
 |
vertigo *nix forums addict
Joined: 23 Mar 2005
Posts: 71
|
Posted: Mon Feb 14, 2005 4:18 pm Post subject:
outer query
|
|
|
Hello
What is 'outer query' ? Could anybody give any example ?
Thanx
Michal |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|