User Tools

Site Tools


Sidebar

HPL/SQL is included to Apache Hive since version 2.0

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: