User Tools

Site Tools


Sidebar

**HPL/SQL is included to Apache Hive since version 2.0** * [[home|Home]]\\ * [[why|Why HPL/SQL]]\\ * [[features|Key Features]]\\ * [[start|Get Started]]\\ * [[doc|HPL/SQL Reference]]\\ * [[download|Download]]\\ * [[new|What's New]]\\ * [[about|About]]

upper

UPPER Function - PL/HQL Reference

UPPER function converts a string expression to upper case.

Syntax:

UPPER(expression); 

Return Data Type:

STRING

Example:

Convert a string to upper case:

UPPER('abc');
---
ABC

Compatibility: Oracle, Microsoft SQL Server, IBM DB2, Teradata, PostgreSQL, MySQL and Netezza

Version: PL/HQL 0.03