I am trying to insert a record in the table using the following query
INSERT INTO XXXXX (ID,NUM,NUM,ST_CD, ID,TSTMP,TXT,ID) VALUES ('CID-00AB245',1,'820C53B','12','ENT01',(CURRENT TIMESTAMP–CURRENT TIMEZONE),'<Tag>This is the transaction XML.</Tag>','10e9d8da-f50f-4d81-b033-ad571d08a9a6')
com.ibm.db2.jcc.am.SqlSyntaxErrorException: DB2 SQL Error: SQLCODE=-104, SQLSTATE=42601, SQLERRMC=–;MICROSECONDS MICROSECOND SECONDS SECOND MINUTES MINUTE HOURS, DRIVER=3.61.107
I m not able to find out the reason for failure. Pls help me out
