阅读背景:

Why do some SQL strings have an 'N' prefix? [转]

来源:互联网 

You may have seen Transact-SQL code that passes strings around using an N prefix. This denotes that the subsequent string is in Unicode (the N actually stands for National language character set). Which means that you are passing an NCHAR, NVARCHAR or NTEXT value, as opposed to CHAR, VARCHAR or TEXT. See You may have seen Transact-SQL code that passes




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: