开发者

difference between VARCHAR NVARCHAR in SQLite

开发者 https://www.devze.com 2023-01-20 12:36 出处:网络
What is the difference betwee开发者_开发技巧n varchar and nvarcharin SQLiteIn Microsoft SQL Server, VARCHAR is ASCII and NVARCHAR is Unicode (UTF-16). In SQLite, all text is Unicode, so it\'s not rele

What is the difference betwee开发者_开发技巧n varchar and nvarchar in SQLite


In Microsoft SQL Server, VARCHAR is ASCII and NVARCHAR is Unicode (UTF-16). In SQLite, all text is Unicode, so it's not relevant. In any case, SQLite is loosely typed so it wouldn't make a difference anyways. See http://www.sqlite.org/datatype3.html:)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号