Re: subselect bug? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: subselect bug?
Date
Msg-id 20010116113445V.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: subselect bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Tatsuo Ishii <t-ishii@sra.co.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why is LockClassinfoForUpdate()'s mark4update a good idea?
Next
From: Lamar Owen
Date:
Subject: 7.1beta3-2 RPMset uploading.