Re: How do you do a subselect in postgresql? - Mailing list pgsql-novice

From Tom Lane
Subject Re: How do you do a subselect in postgresql?
Date
Msg-id 27304.1010725883@sss.pgh.pa.us
Whole thread Raw
In response to How do you do a subselect in postgresql?  (Mel Roman <f24012@yahoo.com>)
List pgsql-novice
Mel Roman <f24012@yahoo.com> writes:
> meltest=>select * from (select * from weather) as w;
> ERROR:  parser: parse error at or near "select"

This works since 7.1.  Apparently you have an old version...

            regards, tom lane

pgsql-novice by date:

Previous
From: Mel Roman
Date:
Subject: How do you do a subselect in postgresql?
Next
From: Oliver Elphick
Date:
Subject: Re: Table with default value