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

Home -> Community -> Usenet -> c.d.o.server -> Convert LONG to VARCHAR2 ?

Convert LONG to VARCHAR2 ?

From: Petre Alexandrescu <Petre.Alexandrescu_at_mci.com>
Date: Thu, 29 Oct 1998 15:11:53 -0500
Message-ID: <KW3_1.318$iT6.558@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 Thu Oct 29 1998 - 14:11:53 CST

Original text of this message

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