Re: subselect bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: subselect bug?
Date: 2001-01-15 20:38:19
Message-ID: 27924.979591099@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> select * from table_a a
> where ((select data_a from table_a where id = a.id) >
> (select data_b from table_a where id = a.id));
> ERROR: parser: parse error at or near ">"

I think I finally got this right ... see if you can break the revised
grammar I just committed ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2001-01-15 20:50:04 Re: RPMS for 7.1beta3 being uploaded.
Previous Message Karl DeBisschop 2001-01-15 18:54:24 Re: RPMS for 7.1beta3 being uploaded.