Re: missing FROM clause ? - Mailing list pgsql-general

From Richard Huxton
Subject Re: missing FROM clause ?
Date
Msg-id 4360BA76.3010807@archonet.com
Whole thread Raw
In response to missing FROM clause ?  (Zlatko Matić <zlatko.matic1@sb.t-com.hr>)
List pgsql-general
Zlatko Matić wrote:
> Hello. In Postgres 8.1 I have a message that there is a missing FROM
> clause in the following query:
>
> select into l_validity "rok_valjanosti"."rok_valjanosti" FROM (
> SELECT min("rok_valjanosti"."rv_id") AS "rv_id",
> "rok_valjanosti"."rok_valjanosti" FROM "rok_valjanosti" GROUP BY
> "rok_valjanosti"."rv_id", "rok_valjanosti"."rok_valjanosti") sve;
>
> If I change parameter "add missing from" in postgresl.conf to "on"
> than it works... I would like to include FROM clause, but can't see
> where.

That subquery is called "sve" so I think you meant
   SELECT INTO l_validity svw.rok_valjanosti FROM ...

--
   Richard Huxton
   Archonet Ltd


pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Why database is corrupted after re-booting
Next
From: Michael Fuhr
Date:
Subject: Re: Problem with SSL and postgreSQL 8.0.4