MySQL Space Function

The MySQL SPACE is one of the String functions, which returns a string consisting of specified empty space characters. The syntax behind this SPACE is as shown below: SPACE(Integer) MySQL SPACE Function Example The String Space function simply returns whitespace charters for N number of times. The following query shows the use of this function. … Read more