David,
N (as in National language..) indicates that whatever follows is a unicode
string.See
INF: Unicode String Constants in SQL Server Require N Prefix
http://www.support.microsoft.com/?id=239530
--
Dinesh.
SQL Server FAQ at
http://www.tkdinesh.com
Quote:> Hey all,
> I came across a SQL: select * from customer where Name <>
> N'Tom'. What does "N" mean in this case?
> Thanks
> David