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

char

CHAR Function - PL/HQL Reference

CHAR function converts a number to string.

Syntax:

CHAR(num_expression); 

Return Type:

STRING

Example 1:

CHAR(1000); 
--
1000

Compatibility: IBM DB2

Version: PL/HQL 0.03

See also: