ReferenceSQL FunctionsUtilityhost_nameVersion: 3.5On this pagehost_name 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)