Tagged: LOWER

How to Capitalize the First Letter of a String in MySQL

When working with text data in MySQL, you may encounter strings with inconsistent capitalization. For example, a database might contain values such as: grizzliesmavericksCAVALIERSSpurshawKsnets For reporting, dashboards, applications, and data-cleaning workflows, you may want...