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: How do I compare Varchar2 column field to Integer column field?

Re: How do I compare Varchar2 column field to Integer column field?

From: Tim X <timx_at_spamto.devnul.com>
Date: 16 Apr 2003 18:42:41 +1000
Message-ID: <87he8y4yv2.fsf@tiger.rapttech.com.au>


soazine_at_erols.com (Phil Powell) writes:

> I am at a loss as to how to do something this simple.
>
> How do I compare a Varchar2 column field to an Integer column field,
> especially when the Varchar2 column field may or may not contain an
> integer?
>
> Thanx
> Phil

Use to_char() to convert the integer field to a varchar2?

-- 
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you 
really need to send mail, you should be able to work it out!
Received on Wed Apr 16 2003 - 03:42:41 CDT

Original text of this message

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