semi-ambivalent wrote:
All, I have a char(3) column that has occasional values of this: (V) In a PHP-called nested query I've a line something like: select * from tableA where = any (select date from tableA where void ! = '(V)') group by date order by record
Shouldn't that be select * from table where FIELD = any (.....) ? -- Postgresql & php tutorials http://www.designmagick.com/