77
MySQL FORMAT() Function
Format(X,D[,locale]) is a Sring function of MySQL. This method formats the number X to round of D decimal place
Syntax
Example 1
Output:
Example 2
Output:
Example 3
Output:
Next TopicMySQL String