如: select * from tab where name= '张三 '
怎么解决?我在自己的机器上就可以查询出来。放到虚拟主机就不行
------解决方案--------------------------------------------------------
select * from tab where name=N '张三 '
------解决方案--------------------------------------------------------
select * from tab where name=N '张三 '