Reference Guide > TDV Support for SQL Functions > Character Functions > V6_NTOA
 
V6_NTOA
Converts an IPv6 address represented as varbinary to a character string.
Syntax
V6_NTOA ( expression )
Example
SELECT V6_NTOA(V6_ATON('12.3.1.4'));