[Edit]+0-0MySQL LOWER() function exampleJustMike31190Copy1 SELECT LOWER(`name`) AS `Lowercase names` FROM `users`;