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 -> Convert LONG datatype to VARCHAR2

Convert LONG datatype to VARCHAR2

From: Petre Alexandrescu <Petre.Alexandrescu_at_mci.com>
Date: Wed, 28 Oct 1998 18:39:04 -0500
Message-ID: <VSNZ1.1350$QF5.4959@news.cwix.com>


Who knows a function that convert long to varchar2?

I need this because I want to do the following SQL statement to work:

Select C1 from T1
union
Select C2 from T2

Where C1, C2 are of LONG data type.

Thanks,

Petre Received on Wed Oct 28 1998 - 17:39:04 CST

Original text of this message

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