Home » MySQL String LOWER() Function

MySQL String LOWER() Function

by Online Tutorials Library

MySQL LOWER() Function

LOWER(str) is a Sring function of MySQL. This method returns the given string in lower case.

Syntax

Example 1

Output:

MySQL String LOWER() Function

Example 2

Output:

MySQL String LOWER() Function

Next TopicMySQL String

You may also like