Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 12, 2022
Send us feedback
format_string
Returns a formatted string from printf-style format strings.
format_string(strfmt [, obj1 [, ...] ])
strfmt: A STRING expression.
strfmt
objN: STRING or numeric expressions.
objN
A STRING.
> SELECT format_string('Hello World %d %s', 100, 'days'); Hello World 100 days
format_number function