Skip to content

Returns the host name of the current backend node.

func.host_name()
func.host_name()
┌─────────────┐
'be-node-1'
└─────────────┘
HOST_NAME()
SELECT HOST_NAME();
┌───────────┐
│ be-node-1
└───────────┘