|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
n' prefixWhat is the meaning/use of an n' prefix like this:
select N'fname, N'lname for customers tx for any help Bernie Yaeger Unicode constants are specified with a leading N. See the topic 'Using
Unicode Data' in SQL Server Books Online for details. -- Show quoteGail Erickson [MS] SQL Server Documentation Team This posting is provided "AS IS" with no warranties, and confers no rights "Bernie Yaeger" <bern***@cherwellinc.com> wrote in message news:ujVFS4ViFHA.1788@TK2MSFTNGP12.phx.gbl... > What is the meaning/use of an n' prefix like this: > > select N'fname, N'lname for customers > > tx for any help > > Bernie Yaeger > > Tx Gail,
Bernie Show quote "Gail Erickson [MS]" <ga***@online.microsoft.com> wrote in message news:uyNiKHWiFHA.3336@tk2msftngp13.phx.gbl... > Unicode constants are specified with a leading N. See the topic 'Using > Unicode Data' in SQL Server Books Online for details. > > -- > Gail Erickson [MS] > SQL Server Documentation Team > This posting is provided "AS IS" with no warranties, and confers no rights > > "Bernie Yaeger" <bern***@cherwellinc.com> wrote in message > news:ujVFS4ViFHA.1788@TK2MSFTNGP12.phx.gbl... >> What is the meaning/use of an n' prefix like this: >> >> select N'fname, N'lname for customers >> >> tx for any help >> >> Bernie Yaeger >> >> > >
http://www.aspfaq.com/2522
Show quote > What is the meaning/use of an n' prefix like this:
> > select N'fname, N'lname for customers > > tx for any help Tx Aaron,
Bernie Show quote "Aaron Bertrand [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message news:OUrgfIWiFHA.3336@tk2msftngp13.phx.gbl... > http://www.aspfaq.com/2522 > > > > >> What is the meaning/use of an n' prefix like this: >> >> select N'fname, N'lname for customers >> >> tx for any help > > |
|||||||||||||||||||||||