Hey guys,
This may be a very stupid question, but i cant seem to find any info on
this - how do i insert text into a VARGRAPHIC/DBCLOB column in v7 of DB2 UDB using a SQL statement? For example, say i've got the string "abc" (in ascii) - what would the corresponding INSERT statement be like to convert each character to double byte and put this string into a VARGRAPHIC/DBCLOB column?
i.e. INSERT INTO table_name VALUES ( ? )
Thanks in advance for any help,
Sev