> Tatsuo Ishii <[EMAIL PROTECTED]> 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

Reply via email to