host_name

Description

Obtains the hostname of the node on which the computation is performed.

Syntax

host_name();

Parameters

None

Return value

Returns a VARCHAR value.

Examples

select host_name();
+-------------+
| host_name() |
+-------------+
| sandbox-sql |
+-------------+
1 row in set (0.01 sec)