Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Hannu Krosing <hannu@trust.ee>
Cc: Bruce Momjian <maillist@candle.pha.pa.us>, David Hartwig <daveh@insightdist.com>, hackers@postgreSQL.org
Date: 1998-07-16T13:49:27Z
Lists: pgsql-hackers
> And there is no way of doing (at least presently):
>
> select * from table where (val1,val2,val3)
> in (select 1,1,1 union select 1,1,2);
I'll look at that...
- Tom