OracleString FunctionsUPPER
LENGTHB

UPPERString Functions

LOWER

Converts a string to uppercase.

Syntax

UPPER(str)

Example

Enter values below to update the example in real time.

country_code
regions
SELECT UPPER(country_code) FROM regions;