Re: Subqueries in select clause
От | Josh Berkus |
---|---|
Тема | Re: Subqueries in select clause |
Дата | |
Msg-id | web-41185@davinci.ethosmedia.com обсуждение исходный текст |
Ответ на | Subqueries in select clause (Sara Cohen <sarina@cs.huji.ac.il>) |
Ответы |
Re: Subqueries in select clause
|
Список | pgsql-sql |
Sara, Hey! Great to see that Postgres has made it to Israel. What's the most popular Linux distribution there? I think you have your answer ... an upgrade. RPMs for most major distributions of Linux should be available within the week. Until you can upgrade, though, try this approach: CREATE VIEW c_aggregate AS SELECT sum(a) as sum_a, b FROM c GROUP BY b; SELECT max(sum_a) FROM c_aggregate; Not as fast or dynamic as a subselect, but should solve your immediate problem. -Josh Berkus ______AGLIO DATABASE SOLUTIONS___________________________ Josh Berkus Complete informationtechnology josh@agliodbs.com and data management solutions (415) 565-7293 for law firms, small businesses fax 621-2533 and non-profit organizations. San Francisco
В списке pgsql-sql по дате отправления: