MySQL LPAD() and RPAD() – Add Arbitrary Characters to a String
In this tutorial, we will learn about MySQL LPAD() and MySQL RPAD() functions in MySQL. Padding is the process of adding some unnecessary material in your strings, often to meet a minimum word count. Padding in MySQL can be very useful in formatting the output of a query. MySQL provides us with two padding functions …
MySQL LPAD() and RPAD() – Add Arbitrary Characters to a String Read More »