hi
I want to update some columns in one table like this:
update table1 set col1=%SYSTEM.Encryption_AESCBCEncrypt(col1, 'key')
but the error is
ERROR #5540: SQLCODE: -359 Message: User defined SQL Function '%SYSTEM.ENCRYPTION_AESCBCENCRYPT' does not exist
what's the corect syntax? Thanks!