Avatar of kgosh
kgosh

asked on 

converting memo/long datatype to something I can export

The following select statement is part of a database query:

select a.wonum, a.followupfromwonum, a.description, b.ldtext,c.name, d.regularhrs, d.othrs

When the query is executed there is information "visible" in the output.  Yet when I export the output to text file for further manipulation the ldtext output does not carry over.  The data type is "memo."  I've tried cast, convert, etc. with no effect.  Any suggestions?
Oracle Database

Avatar of undefined
Last Comment
kgosh

8/22/2022 - Mon