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

trim

TRIM Function - PL/HQL Reference

TRIM function removes leading and trailing characters from a string.

Syntax:

TRIM(string_expression); 

Return Type:

STRING

Example 1:

'#' || TRIM(' Hello ') || '#'; 
--
#Hello#

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

Version: PL/HQL 0.03