Hi Paul,
I'm not following, so this is best guess. Apologies if I'm wrong.
I think you want to 'add' the EAC and the ACTDES together as a string?
Select
Some stuff here... ,
substr(j.attribute3,1,6) || g.segment3 || ' - ' || substr(t.description,0,50) as EACTDESC ,
Other stuff here ...
Where ... ;
HTH
Cheers,
Norm. [TeamT]
I'm not following, so this is best guess. Apologies if I'm wrong.
I think you want to 'add' the EAC and the ACTDES together as a string?
Select
Some stuff here... ,
substr(j.attribute3,1,6) || g.segment3 || ' - ' || substr(t.description,0,50) as EACTDESC ,
Other stuff here ...
Where ... ;
HTH
Cheers,
Norm. [TeamT]