subselect in the column list

Поиск
Список
Период
Сортировка
От amit sehas
Тема subselect in the column list
Дата
Msg-id 1331595196.23527.YahooMailClassic@web160503.mail.bf1.yahoo.com
обсуждение исходный текст
Ответы Re: subselect in the column list
Список pgsql-hackers
If we have a query of the form:

Select *, (Select * FROM T2 WHERE p2 = T1.p1) FROM T1 ORDER
BY 1 WHERE p3 = 75

In SQL, if a subselect is present in the column-list, is the
result set of this subselect considered to be a part of a
single tuple returned from the outer query, or does the result
set of the whole query look like a cross product of results
of outer and inner query 

thanks
-Amit

PS: sorry i tried to send this email earlier and accidentally pressed send before completing the email ...



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: SPGiST versus hot standby - question about conflict resolution rules
Следующее
От: Daniel Farina
Дата:
Сообщение: Re: pg_upgrade and statistics