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 -> Re: Interesting jdbc problem regarding integer column qualifier and set

Re: Interesting jdbc problem regarding integer column qualifier and set

From: Igor A. Feoktistov <fia_at_ins.dn.ua>
Date: 28 Dec 1999 08:35:33 +0200
Message-ID: <849lnl$ddq$1@dream.ins.dn.ua>


John Harrison <jharriso_at_slip.net> wrote:
> 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?

Range values for of any types can't be defined as string value. There is syntax mistaken, not jdbc problem

> Thanks!

-- 
----------------------------
E-mail: fia_at_ins.dn.ua

ICQ: 34433616 Received on Tue Dec 28 1999 - 00:35:33 CST

Original text of this message

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