beatlejus
Member²
Hi,
I am just trying this query:
I am just trying this query:
where the use of iasmatx.ltext causes the error message. Is there any solution to use this field without having the error?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'