juergenkemeter
Programmer
Hi,
I have the following Statement:
------------------------------------
select substring('AE0000000',1,9-Length(cast(prid as varchar(7)))) + cast(prid as varchar(7)) + '/' + substring(cast(pryear as char(4)),3,2)
from hilfssto.proverw
where PRID = [PRID]
--------------------------------------
which produces the following message:
---------------------------
DB2 Table Editor Developer
---------------------------
+ use not valid.
(SQL code = -402, SQL state = 42819)
---------------------------
OK
---------------------------
Can anyone help me in this matter?
Jürgen