FORMAT() FUNCTION in MySQL

FORMAT() FUNCTION The MySQL FORMAT function is used to format a number as a format of ‘#,###.##’. It also rounds the number to a certain number of decimal places, as specified. The various versions of MySQL support the FORMAT function, namely, MySQL 5.7, MySQL 5.6, MySQL 5.5, MySQL 5.1, MySQL 5.0, MySQL 4.1, MySQL 4.0 … Read more