Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Inserting raw ascii into a varchar2 field
Hello,
Does anyone have an example of how to insert raw ascii into a varchar2 field?
For example,
CREATE TABLE LH_test
( col1 varchar2(10),
The bad data can be in over 200 fields, so I need a broad tool; I'll gen the select statements after I have some test data to work with.
Any suggestions or referrals are appreciated.
Regards,
Linda Received on Thu Jan 10 2002 - 15:39:02 CST