Open topic with navigation
The Converts a given value to an NVARCHAR data type, with an option to format the output value.
TO_NVARCHAR(<value> [, <format>])
SELECTTO_NVARCHAR(mycolumn, 4000)
This returns:
results in column of nvarchar(4000)
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.