"Nothing is impossible, the word itself says "I'm possible"!"
Pages
Home
About Me
VB.NET
SQL
Contact Us
Monday, April 8, 2013
SQL String Functions > Concatenate
SQL Server
:
SELECT region_name + ' ' + store_name FROM Geography
WHERE store_name = 'Boston';
Table
Geography
region_name
store_name
East
Boston
East
New York
West
Los Angeles
West
San Diego
Result
:
'East Boston'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)