SQL Server查询中文


Select *
from ...

where [mydb].[dbo].[EntityName].EntityName like N'%区';

如果存储数据的列不是使用unicode类型, 则无法保证中文查询成功。

原文地址:https://www.cnblogs.com/tuzhiye/p/1455788.html