host_name
計算が実行されているノードのホスト名を取得します。
構文
host_name();
パラメータ
なし
戻り値
VARCHAR 値を返します。
例
select host_name();
+-------------+
| host_name() |
+-------------+
| sandbox-sql |
+-------------+
1 row in set (0.01 sec)
AI generated answers are based on docs and other sources. Please test answers in non-production environments.