Re: no self-joins in views? - works now!

From: Christoph Pingel <ch(dot)pingel(at)web(dot)de>
To: postgresql-general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: no self-joins in views? - works now!
Date: 2005-02-10 21:35:22
Message-ID: a06100500be3183b6ad47@[62.224.56.43]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>You've got two columns that the system wants to call "obj_id" here.
>>Try something like
>> SELECT s.obj_id AS s_obj_id, ...
>
>That would have been elegant, but returns a 'syntax error at or near
>"s_obj_id"'. Hm...

Was just some minor syntax error. Works now - this is exactly what I wanted.

Thanks!

regards,
Christoph

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-02-10 21:37:02 Re: Python Interface
Previous Message Thomas F.O'Connell 2005-02-10 21:13:59 Profiling ERROR Conditions