|
|
Archives of the TeradataForum
Message Posted: Wed, 24 Jan 2007 @ 13:49:45 GMT
Subj: | | Re: Problem setting the error_message in UDF |
|
From: | | Fred W Pluebell |
Check the section in the manual titled "Syntax for Scalar Function Parameter Style SQL".
Your function declaration must include pointers to input parameters (if any), output parameter, null indicator flag for each input parameter,
null indicator flag for the output paramater; then SQLSTATE, function name, specific function name, and finally error_message - in that order.
| |