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

Home -> Community -> Usenet -> c.d.o.tools -> How to get length of a LONG field?

How to get length of a LONG field?

From: Alexander Ryzhov <aryzhov_at_pharsight.com>
Date: Thu, 17 Aug 2000 13:45:04 -0700
Message-ID: <399C4ED0.46E1AB5B@pharsight.com>

Hello,

I have a table with a LONG RAW column: CREATE TABLE T(ID NUMBER, A LONG RAW);
How can I get its length using SQL?

SELECT VSIZE(A) FROM T
doesn't work.

Alexander Received on Thu Aug 17 2000 - 15:45:04 CDT

Original text of this message

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