|
ALTER FUNCTION function-name FAILED BECAUSE SOURCE FUNCTIONS CANNOT
BE ALTERED
Conclusão: The function cannot be altered because it is a source
function. Only external scalar functions, or external table functions can
be altered.
To change an existing source function, you must DROP the function and
recreate it.
Ação do sistema: O comando não pode ser executado.
Resposta ao Desenvolvedor: Change the statement to refer to a function that can
be altered, or recreate the function by dropping it and then creating a
new version of it.
SQLSTATE: 42809
© Copyright IBM Corp.
|