Home » MySQL String UCASE() Function

MySQL String UCASE() Function

by Online Tutorials Library

MySQL UCASE() Function

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

Syntax

Parameter:

str: string to be convert

Example 1

Output:

MySQL String UCASE() Function

Example 2

Output:

MySQL String UCASE() Function

Next TopicMySQL String

You may also like