Do I have use the prefix N in the “insert into” statement for unicode?

后端 未结 4 2166
不知归路
不知归路 2020-12-14 22:15

Like:
insert into table (col) values (N\'multilingual unicode strings\')

I\'m using SQL Server 2008 and I already use nVarChar as the column data type.

4条回答
提交回复
热议问题