Microsoft
Software
Hardware
Network
Question : Select firstname, lastname AS fullname
OK, that's the pseudo-query. Can you tell me the right syntax? In the mysql database there are two fields, firstname and lastname. I want my recordset to return things like "Mike Williams", "Shelley Long", etc. Thanks!
Answer : Select firstname, lastname AS fullname
You should use
SELECT CONCAT( firstname , ' ', Surname) as FullName
Random Solutions
Java Not Working in Internet Explorer or Firefox
getElementByID not loading text
How to save images and image file paths into SQL from delphi form
Types of authentications in ASP.NET and when are they used?
System.InvalidCastExceptio
n was unhandled by user code Error code on LINQ
Windows Live Messenger XXXX is now friends with YYY
Get current active application name
OneNote 2010 default search using last scope
Unable to logon to new TSM 6.1 Server "TSM Server1" instance Windows Server starting then stopping!
Asp.net: My DataPager crashes the application on next page, I get a Connection Error from the browser.