reforming query for 7.0.2

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема reforming query for 7.0.2
Дата
Msg-id 1011187735.27679.11.camel@entwicklung01.cenes.de
обсуждение исходный текст
Ответы Re: reforming query for 7.0.2  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
Hello,

how do I reform this query to work with 7.0.2?


select * from personen join (select count(personen_id), personen_id from
orders group by personen_id) as ordertemp on personen.personen_id =
ordertemp.personen_id

If the table structure is needed I will happily post it here. Although I
don't think it is.

TIA

Markus Bertheau


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

Предыдущее
От: Jeff Boes
Дата:
Сообщение: Re: Long-running DELETE
Следующее
От: "Glenn MacGregor"
Дата:
Сообщение: limiting access to (through) views