Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
TO_DECIMAL(value[,scale] )
Argument | Required/ Optional | Description |
---|---|---|
value | Required
| Must be a string or numeric datatype. Passes the values you want to convert to decimal values. You can enter any valid transformation expression.
|
scale | Optional
| Must be an integer literal between 0 and 28, inclusive. Specifies the number of digits allowed after the decimal point. If you omit this argument, the function returns a value with the same scale as the input value.
|
TO_DECIMAL( IN_TAX, 3 )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|