Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Interesting jdbc problem regarding integer column qualifier and set

Interesting jdbc problem regarding integer column qualifier and set

From: John Harrison <jharriso_at_slip.net>
Date: Sat, 25 Dec 1999 22:18:14 -0800
Message-ID: <3865B326.CA43E96@slip.net>


Hey All ...

I've got an interesting problem (I think) concerning the coding of a jdbc query with an
integer column qualifier against a set of values:

select ... from table
where integerColumn in (rangeOf Values)

Basically, the column is integer, and the range of values most simply needs to be a string
value (something like "12,133,10,0,154) ... and you receive a type conflict during execution.

Can anyone think of a straight-forward approach for an jdbc solution to this?

Thanks! Received on Sun Dec 26 1999 - 00:18:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US