Thanks for u'r response,
not add columns in table .
my question is How to sum both the column that have timestamp datatype
ie.
1. select (timestamp1_col) + (timestamp2_col) from test ;
2. select sum (timestamp1_col + timestamp2_col) from test;
while exceute this command ,getting the error the following error
SQL0402N The data type of an operand of an arithmetic function or operation
"+" is not numeric. SQLSTATE=42819
SQL0402N The data type of an operand of an arithmetic function or operation "+ " is not numeric.