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 -> how to split up a long into parts ?

how to split up a long into parts ?

From: Benny Derous <bderous_at_roularta.be>
Date: Mon, 21 Jun 1999 17:03:11 +0200
Message-ID: <7klkk8$3b3$2@news1.skynet.be>


Hi,

I need to break up a long into four parts of the datatype varchar2.

    long (+- 1000 bytes) => 4 x varchar2(250)

So, i have one record with a long and i have to split it up into 4 records with varchar2(250). How do i do this ?

Thanx,

Benny Derous
bderous_at_roularta.be Received on Mon Jun 21 1999 - 10:03:11 CDT

Original text of this message

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