Categories:Context functions CURRENT_IP_ADDRESS¶ Returns the IP address of the client that submitted the request. Syntax¶ CopyExpandCURRENT_IP_ADDRESS() Show lessSee moreScroll to top Arguments¶ None. Examples¶ Return the current IP address of the client that is connected to Snowflake: CopyExpandselect current_ip_address(); +----------------------+ | CURRENT_IP_ADDRESS() | +----------------------+ | 192.0.2.255 | +----------------------+ Show lessSee moreScroll to top