中文版正常是:select * from table1 where field1 like '%王%'英文版要加上N:select * from table1 where field1 like N'%王%'