Re: subselect bug?

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: subselect bug?
Date: 2001-01-16 02:34:45
Message-ID: 20010116113445V.t-ishii@sra.co.jp
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 ...

Thanks. Works fine now.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2001-01-16 02:50:01 7.1beta3-2 RPMset uploading.
Previous Message Tom Lane 2001-01-16 02:32:20 Re: Why is LockClassinfoForUpdate()'s mark4update a good idea?