最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

sql server - Save multiple languages ​such as Korean, English, Turkish, and Arabic without using NVARCHAR - Stack Overflow

programmeradmin4浏览0评论

I am trying to save in SQL Server in multiple languages ​​such as Korean, English, Turkish, and Arabic. Is there a way to save it using VARCHAR without changing NVARCHAR?

And

Other than the update set n'ŞŞŞŞŞ' method

Use it with update set 'ŞŞŞŞŞ'.

I tried setting collate to [Latin1_General_100_CI_AS_SC_UTF8] and [Korean_Wansung_CI_AS] as varchar type, but only each language is supported and multiple languages ​​are not saved.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论