AS_STRING function
The as_string
function converts various data types into a string format. This function is particularly useful when you need to ensure that data is in a consistent, readable format for display, concatenation, or further text-based operations.
Syntax
as_string(<val>)
Parameter | Type | Description |
---|---|---|
val | any |
Usages
as_string(`total_price`)