Hi,
Does anybody know why i get this error:
SQL0176N The second, third or fourth argument of the TRANSLATE scalar
function is incorrect. SQLSTATE=42815
with this query:
SELECT TRANSLATE(p.men o,
'aaaaccdeeeiill nnoooorrsstuuuu yzzAAAACCDEEEII LLNNOOOORRSSTUU UUYZZ',
'áâãäæèïéìëíîåµ ñòóôöõàø¶¹»úüûù ý¼¾ÁÂÃÄÆÈÏÉÌËÍΠťÑÒÓÔÖÕÀئ©«ÚÜ ÛÙݬ®')
...