Subquery problems

Поиск
Список
Период
Сортировка
От Jerome Knobl
Тема Subquery problems
Дата
Msg-id 35D14F37.13118C6@mandanet.ch
обсуждение исходный текст
Ответы Re: [SQL] Subquery problems  (Marc Howard Zuckman <marc@fallon.classyad.com>)
Список pgsql-sql
Hello,

I'm trying to build some subquery, and it don't works like I want.

I try the following query :

select distinct pseudo, (select count(ref) from questions where
questions.refpseudo=pseudos.refold) as xxx from pseudos;

That query work well on MSAccess, but I have the following error on
postgres :

ERROR:  parser: parse error at or near "select"

I must maybe using an other method. I'm want to optain in a simple query
to list some name of my table pseudos and to see the number of occurency
in the table questions.

Thank. Jérôme Knöbl, Switzerland


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

Предыдущее
От: "rony khoury"
Дата:
Сообщение: Re: [SQL] Installing PostgreSQL 6.3.2 On Linux
Следующее
От: Marc Howard Zuckman
Дата:
Сообщение: Re: [SQL] Subquery problems