TO_STRING
Converts a value to a string representation.
Syntax
Arguments
Name | Type | Description | Default Value |
---|---|---|---|
value | any | The value to convert |
Returns
Returns a string
value.
Examples
value | Output |
---|---|
1 |
|
1.5 |
|
Transformation job example
SQL
Query result
value | Output |
---|---|
1 |
|
Last updated