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: Length of a LONG RAW?

Re: Length of a LONG RAW?

From: Phung Hoang-Vu <hoang-vu_at_freesurf.ch>
Date: Mon, 20 Dec 1999 16:36:25 +0100
Message-ID: <385E4CF9.3C0D8C4D@freesurf.ch>


In PL/SQL: The length function can be used to compute the length of LONG too.
So I think it must work for LONG RAW. (try and you will see) I always use PL/SQL because it is more powerful than normal SQL and it is accepted
by sql plus of course.

Phillip Whettlock wrote:
>
> The LENGTH function can be used to find the actual length of a column of
> type VARCHAR2.
> What is the equivalent for a column of type LONG RAW?
>
> Thanks, Phillip
>
> Ps I'm using Oracle 7.3.4
Received on Mon Dec 20 1999 - 09:36:25 CST

Original text of this message

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