Please see my error:
[db2inst1@kslnx sqllib]$ db2 "values abs(1)"
SQL0440N No authorized routine named "ABS" of type "FUNCTION" having
compatible arguments was found. SQLSTATE=42884
but I can find this function's defination in SYSCAT.FUNCTION S. How can I
do?
[db2inst1@kslnx sqllib]$ db2 "values abs(1)"
SQL0440N No authorized routine named "ABS" of type "FUNCTION" having
compatible arguments was found. SQLSTATE=42884
but I can find this function's defination in SYSCAT.FUNCTION S. How can I
do?
Comment