Close

MySQL LOWER() converts all the characters in a string to lowercase characters.

 

[code lang=”php”]UPDATE `articles` SET `slug` = LOWER(`slug`)[/code]