次の方法で共有


current_cluster_endpoint()

クエリを実行している現在のクラスターのネットワーク エンドポイント (DNS 名) を返します。

構文

current_cluster_endpoint()

構文規則について詳しく知る。

戻り値

string の値として、クエリを実行している現在のクラスターのネットワーク エンドポイント (DNS 名)。

print strcat("This query executed on: ", current_cluster_endpoint())