Re: [SQL] Unable to read from a view

Поиск
Список
Период
Сортировка
От Gregory Holston
Тема Re: [SQL] Unable to read from a view
Дата
Msg-id Pine.SUN.3.91.990224170139.20096D-100000@shell
обсуждение исходный текст
Ответ на Re: [SQL] Unable to read from a view  (jwieck@debis.com (Jan Wieck))
Ответы Re: [SQL] Unable to read from a view
Список pgsql-sql

On Wed, 24 Feb 1999, Jan Wieck wrote:

> >
> >
> > Hi all,
> >
> > I just created a view and have been unable to read from it.  I am
> > Apache/1.3.1 (Unix) PHP/3.0.3 and Postgres 6.4.  When I tried to do a
> > select it gives the following error message:
> >
> > real=> select * from pubsearch;
> > ERROR:  nodeRead: Bad type 0
> >
> > I created the view with the following select statment:
> >
> > select distinct users.firstname, users.lastname, publication.title,
>          ^^^^^^^^
>
>     DISTINCT isn't supported in view definitions. You can SELECT
>     from view's distinct, but you cannot define them to be.  Nor
>     could you define views with group by and order by.

I have tried to drop the view and it gives the same error message.  Is
there any way to get rid of them (2).

Thanks for the help,

-Greg

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

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [SQL] Unable to read from a view
Следующее
От: Matthew Hagerty
Дата:
Сообщение: OUTER JOINS in 6.4.2?? Work around??