Functions
TO_TEXT
Converts a value to its text representation
When to use it
When should I use TO_TEXT?
Use TO_TEXT to convert any value — number, date, boolean — to its text representation, which is required when concatenating with strings or passing to text functions.
Used in
Syntax
TO_TEXT(value)