- Categories:
CURRENT_IP_ADDRESS¶
Returns the IPv4 address of the client that submitted the request.
This function returns the client’s IPv4 address only. If the client connects over IPv6, this function doesn’t return the
IPv6 address. To retrieve the client’s IPv6 address, use the IP_ADDRESS_V6 session property with
SYS_CONTEXT:
Syntax¶
Arguments¶
None.
Examples¶
Return the current IP address of the client that is connected to Snowflake: