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 -> SQLPLUS - How to query long raw column?

SQLPLUS - How to query long raw column?

From: Dwight Long <dclong_at_cjnetworks.com>
Date: Sat, 19 Sep 1998 10:00:25 -0500
Message-ID: <3603C708.E0764E21@cjnetworks.com>


I've got several tables which store data in long columns. How do I query and extract long values to a file?
This doesn't work - it just displays a few lines of garbage. select long_result_column from the_table where long_result_id = x;

sqlplus help on 'long' and 'raw' doesn't give a good example of how to use them in a query. Received on Sat Sep 19 1998 - 10:00:25 CDT

Original text of this message

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