ERROR_PROCEDURE_UDF

Definition

This user-defined function (UDF) returns the value associated with the SQL variable name ERROR_PROCEDURE.

ERROR_PROCEDURE_UDF() 

Parameters

No input parameters.

Returns

Returns a string with the value associated with the SQL variable name ERROR_PROCEDURE.

Usage example

Input:

SELECT ERROR_PROCEDURE_UDF();

Output:

null -- No information set.

Last updated