
http://www.postgresql.org/docs/7.4/static/datatype-character.html
编码转换函数在这里:
http://www.postgresql.org/docs/current/static/functions-string.html
http://www.postgresql.org/docs/current/static/functions-string.html#CONVERSION-NAMES
例:
create tablenvctest (utf8fld varchar(12));insert into nvctestselect convert('Postgresql' using ascii_to_utf_8);select * from nvctest; 此外,还有一个类似的问题从Postgresql代表this response:
总结All of our TEXT datatypes are multibyte-capable,provIDed you’ve installed Postgresql correctly. This includes: TEXT (recommended) VARCHAR CHAR
以上是内存溢出为你收集整理的什么是PostgreSQL等效SQL Server NVARCHAR?全部内容,希望文章能够帮你解决什么是PostgreSQL等效SQL Server NVARCHAR?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)