You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by John Harris <Jo...@nurs.utah.edu> on 2002/09/05 02:40:11 UTC

Selecting some columns - turbine 2.1

I need to filter out rows which have duplicate information in one of the columns...in order to do so I need to "select distinct column3, column4 from tableA".
I get StringIndexOutOfBoundsException - which makes sense if the BasePeer is looking for all columns in the resultset...so is their another way using BasePeers - or do I need to go down to Village Record/Value objects?

John


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>