format_string

format_string

format_string介绍

format_string(strfmt, obj, ...) - 根据类似 printf 的格式化字符串返回一个格式化后的字符串。

Examples:

> SELECT format_string("Hello World %d %s", 100, "days");
 Hello World 100 days

Since: 1.5.0