Expand description
MySQL-compatible FORMAT function implementation.
FORMAT(X, D) - Formats the number X with D decimal places using thousand separators.
Structsยง
- Format
Function - MySQL-compatible FORMAT function.
Constantsยง
- NAME ๐
Functionsยง
- add_
thousand_ ๐separators - Add thousand separators (commas) to an integer string.
- format_
number_ ๐float - Format a float with thousand separators and
decimal_placesdigits after decimal point. - format_
number_ ๐integer - get_
decimal_ ๐places - Get decimal places from various integer types.
- get_
float_ ๐value - Get float value from various numeric types.