Simple way to convert Upper Case to Lower Case via MySQL
Sometimes we need to convert upper case to lower case, for example, x-cart, by default, its category and product URL shows as a category or product name. if a category or product name has an upper case, then its related… Read moreSimple way to convert Upper Case to Lower Case via MySQL