upper

Description

Converts specified lowercase string to the uppercase equivalent.

Syntax

upper(char_expr)

Parameters

char_expr

is a character-type column name, variable, or constant expression of char, unichar, varchar, nchar, nvarchar, or univarchar type.

Examples

Example 1

select upper("abcd")
---- 
ABCD

Usage

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute upper.

See also

Documentation Transact-SQL Users Guide

Function lower