Hi
I have a problem in update, getting SQLcode -104
UPDATE D1.T_A A
SET TIME(A.T) = (SELECT B.T FROM
D1.T_H B WHERE
A.ID = B.ID AND
A.TMST = B.TMST)
A.T col is timestamp and it have current timestamp value.
B.T col is TIME, I want to update the time value in A.T Timestamp with the time in B.T
Please guide me how to do this.
Hari
I have a problem in update, getting SQLcode -104
UPDATE D1.T_A A
SET TIME(A.T) = (SELECT B.T FROM
D1.T_H B WHERE
A.ID = B.ID AND
A.TMST = B.TMST)
A.T col is timestamp and it have current timestamp value.
B.T col is TIME, I want to update the time value in A.T Timestamp with the time in B.T
Please guide me how to do this.
Hari