Re: create view error

From: Richard Huxton <dev(at)archonet(dot)com>
To: Gary Stainburn <gary(dot)stainburn(at)ringways(dot)co(dot)uk>, pgsql-sql(at)postgresql(dot)org
Subject: Re: create view error
Date: 2003-07-07 12:07:54
Message-ID: 200307071307.54935.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Monday 07 Jul 2003 12:40 pm, Gary Stainburn wrote:

> left outer join
> (select lnumber from lnumbers) ln on ln.lnid = l.lid and
^^^^^^^ ^^^^^^^

> ERROR: No such attribute or function ln.lnid

Is is this?

--
Richard Huxton

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gary Stainburn 2003-07-07 12:36:35 Concat and view - Re: create view error
Previous Message mila boldareva 2003-07-07 12:06:29 Re: create view error