LOWERSQL{LOWER | LCASE} (string) Parameters string - an argument. Description Converts a string to lowercase. Example SQLSELECT LOWER(NAME) FROM Players; Updated almost 5 years ago Table of Contents Parameters Description Example