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
 General SQL Server Forums
 New to SQL Server Programming
 special character

Author  Topic 

zenajaero
Starting Member

2 Posts

Posted - 2014-02-08 : 09:52:26
where on my keyboard do I find the signs between the plus sign on the following query. SELECT FirstName + ' ' + LastName AS FullName
FROM YourTable

za

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2014-02-08 : 11:31:07
[shift]+[#] on my keyboard

but in US keyboard layout it should be the shift and double quote [shift]+["]

http://upload.wikimedia.org/wikipedia/commons/3/3a/Qwerty.svg


Too old to Rock'n'Roll too young to die.
Go to Top of Page
   

- Advertisement -