Re: How do you do a subselect in postgresql?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mel Roman <f24012(at)yahoo(dot)com>
Cc: Postgresql Novice_Mailing_List <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How do you do a subselect in postgresql?
Date: 2002-01-11 05:11:23
Message-ID: 27304.1010725883@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mel Roman <f24012(at)yahoo(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2002-01-11 11:15:04 Re: Table with default value
Previous Message Mel Roman 2002-01-11 04:52:10 How do you do a subselect in postgresql?