IanWaterman
Programmer
I am using Toad to create views on a Oracle 8 data base. The view is to be used in a Crystal report. Unfortunately Crystal will not let me do much with a LONG field.
There is only a small amount of data in this field (upto 25-30 characters max)
I have tried using SUBSTR(FieldName,1,30) "Description" in my SQL statement but get Oracle error ORA-00932 Inconsistent Datatypes.
Is it possible to extract first 30 characters from a Long field and convert them to a VARCHAR2 (30)?
Thank you
Ian
There is only a small amount of data in this field (upto 25-30 characters max)
I have tried using SUBSTR(FieldName,1,30) "Description" in my SQL statement but get Oracle error ORA-00932 Inconsistent Datatypes.
Is it possible to extract first 30 characters from a Long field and convert them to a VARCHAR2 (30)?
Thank you
Ian