カテゴリ:コンテキスト関数 CURRENT_IP_ADDRESS¶ リクエストを送信したクライアントの IP アドレスを返します。 構文¶ CopyExpandCURRENT_IP_ADDRESS() Show lessSee moreScroll to top 引数¶ なし。 例¶ Snowflakeに接続されているクライアントの現在の IP アドレスを返します。 CopyExpandselect current_ip_address(); +----------------------+ | CURRENT_IP_ADDRESS() | +----------------------+ | 192.0.2.255 | +----------------------+ Show lessSee moreScroll to top