Hi, my name is Jhon Jario Roa and this is my blog. Here you'll find a little bit of java, python, javascript, linux, birt, jasper, objective C, extJS and other stuff. You also are gonna find some solutions that worked for me.
Tuesday, October 11, 2011
MSSQL Concat string
SELECT FirstName + ' ' + LastName As FullName FROM Customers
No comments:
Post a Comment