Quote:
Originally Posted by Marcus_A
First of all, that is not the exact statement you submitted, nor is it the exact error returned, so it is hard to say what your problem is.
I do notice that your predicate contains a column that is character, but the value used in the comparison does not have single quotes.
|
Thank you.
OK, the statement is: delete from rrhh.emp where empyear=2011 and empmonth=9 and empday=13
error:
[2011-09-12 12:19:27.332] Hold : com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -204, SQLSTATE: 42704, SQLERRMC: RRHH.EMP
THANKS!!!!