Previous Page | Next Page

The SQL Procedure

UPPER function


Converts the case of a character string to uppercase.
See also: LOWER function

UPPER (sql-expression)


Details

The UPPER function operates on character strings. UPPER converts the case of its argument to all uppercase.

Previous Page | Next Page | Top of Page