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 15:06:12
Message-ID: 25440.979571172@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 ">"

Ugh. The grammar does some pretty squirrely things with parentheses
around selects, and I guess it's getting confused on this. Don't
know why offhand ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Anatoly K. Lasareff 2001-01-15 15:41:13 locale and multibyte together in 7.1
Previous Message Momo Mordacz 2001-01-15 13:26:48 who can design or recomend Database