ORA-00997: Illegal use of LONG datatype

beatlejus

Member²
Hi,

I am just trying this query:

select distinct
iasmatfms.statmatnum,
iasmatx.stext,
iasmatx.ltext
from iassalitem,
iasmatfms,
iasmatx
where iassalitem.material = iasmatfms.material
and iasmatfms.material = iasmatx.material
and iasmatx.texttype = 'B'
and iassalitem.customer = '10211780'
where the use of iasmatx.ltext causes the error message. Is there any solution to use this field without having the error?
 
Back
Top