What is the difference between varchar and nvarchar?

后端 未结 19 2466
野的像风
野的像风 2020-11-22 04:05

Is it just that nvarchar supports multibyte characters? If that is the case, is there really any point, other than storage concerns, to using varchars

19条回答
  •  轮回少年
    2020-11-22 04:14

    nVarchar will help you to store Unicode characters. It is the way to go if you want to store localized data.

提交回复
热议问题