HI,
The following SQL statement returns an error SQL0440, complaining about routine '=' not found
delete from XXX.YYYYY where YYYY_key = 99999
> The database containing the table was restored from a Db2 V8 on one machine to V9 on a different machine (this happens on both Windows/)
> Various SQL ALTER scripts where run tables around this table e.g ALTER adding foreignKey with this as the parent.
When i subsequently Dropped/re-created a foreign Key against this table, it appeared to resolve the problem
Question.
1) has anyone seen this issue, would you have any idea what the source of the problem is
Thanks and regards
The following SQL statement returns an error SQL0440, complaining about routine '=' not found
delete from XXX.YYYYY where YYYY_key = 99999
> The database containing the table was restored from a Db2 V8 on one machine to V9 on a different machine (this happens on both Windows/)
> Various SQL ALTER scripts where run tables around this table e.g ALTER adding foreignKey with this as the parent.
When i subsequently Dropped/re-created a foreign Key against this table, it appeared to resolve the problem
Question.
1) has anyone seen this issue, would you have any idea what the source of the problem is
Thanks and regards
Comment