Home » MySQL String UPPER() Function

MySQL String UPPER() Function

by Online Tutorials Library

MySQL UPPER() Function

The upper() is a String function of MySQL. This function returns the string in upper case.

Syntax

Parameter:

Str: string to be converted

Returns:

This function returns the string in upper case.

Example 1

Output:

MySQL String UPPER() Function

Example 2

Output:

MySQL String UPPER() Function

Next TopicMySQL String

You may also like