Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
CONVERT_BASE(value, source_base, dest_base)
Argument | Required/ Optional | Description |
---|---|---|
value | Required
| String datatype. Value you want to convert from one base to another base. Maximum is 9,233,372,036,854,775,806.
|
source_base | Required
| Numeric datatype. Current base value of the data you want to convert. Minimum base is 2. Maximum base is 36.
|
dest_base | Required
| Numeric datatype. Base value you want to convert the data to. Minimum base is 2. Maximum base is 36.
|
CONVERT_BASE( "2222", 10, 2 )