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]]

lower

LOWER Function - PL/HQL Reference

LOWER function converts a string expression to lower case.

Syntax:

LOWER(expression); 

Return Data Type:

STRING

Example:

Convert a string to lower case:

LOWER('ABC');
---
abc

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

Version: PL/HQL 0.03