declare @nstring nvarchar(20)=null
SET @nstring = N'كرم';select * from Customers where Customer_NameA like '%'+@nstring +'%'
reference:
http://msdn.microsoft.com/en-us/library/ms180059.aspx
SET @nstring = N'كرم';select * from Customers where Customer_NameA like '%'+@nstring +'%'
reference:
http://msdn.microsoft.com/en-us/library/ms180059.aspx
No comments:
Post a Comment