WRAP_NEGATIVE_WITH_ANGLE_BRACKETS_UDF
Definition
Wraps negative numbers between angle brackets instead of the minus sign. It is generated instead of a normal call to TO_CHAR if the PR format element was present in the original Teradata format.
Parameters
INPUT
NUMBER
The number to convert to varchar.
FORMATARG
VARCHAR
The format argument that will be used to convert INPUT to varchar.
Returns
A varchar
with negative numbers wrapped between angle brackets.
Usage example
Input:
Output:
Last updated