Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Probably a dumb questions

Author  Topic 

etietje
Starting Member

24 Posts

Posted - 2003-01-06 : 11:32:38
What is the N I see before some strings in some of these posts? For example, N'Select * from table1'

It looks like a shortcut command for something...but what? Thanks.

setbasedisthetruepath
Used SQL Salesman

992 Posts

Posted - 2003-01-06 : 11:44:06
It is a t-sql shortcut for casting a string to a nvarchar.

Jonathan
{0}
Go to Top of Page
   

- Advertisement -