Re: subselect field "problem"

Поиск
Список
Период
Сортировка
От Thomas H.
Тема Re: subselect field "problem"
Дата
Msg-id 473378D7.4070604@alternize.com
обсуждение исходный текст
Ответ на Re: subselect field "problem"  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general

i was writing the query below containing a subquery. by mistake, i 
referenced a field from the main table in the subquery, leading to a 
very strange (but working??) result. the planner announced a insanely 
high startup cost, but the query itself finished pretty quickly.   
Pick up any SQL book and read up on correlated subqueries.

Have a nice day, 
thanks! i didn't knew this term. the result is pretty obvious now, and so is the high cost prediction.

regards,
thomas

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: subselect field "problem"
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: "Resurrected" data files - problem?