C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
MySQL LOWER() FunctionLOWER(str) is a Sring function of MySQL. This method returns the given string in lower case. Syntaxselect lower(str); Example 1Select lower('JAVATPOINT'); Output: Example 2Select lower('MYSQL'); Output:
Next TopicMySQL String
|