ReferenceSQL FunctionsStringmoney_formatVersion: 3.2On this pagemoney_format Description This function returns a string formatted as a currency string. The integer part is separated by comma every three bits and the decimal part is reserved for two bits. Syntax VARCHAR money_format(Number) Examples