What string does the field type NVarChar of MSSQL represent, and how to map this type of string to PHP? Is CAST("123" AS NVarChar(50))
NVarChar
CAST("123" AS NVarChar(50))