ERROR_LINE_UDF

Definition

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

ERROR_LINE_UDF() 

Parameters

No input parameters.

Returns

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

Usage example

Input:

SELECT ERROR_LINE_UDF();

Output:

null -- No information set.

Last updated