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
Excel (2010) Calculate Working Hours Between DateCreated and DateAssigned
Create a simple movie cataqlog with XML
SQL Server Update Query
"404 - File not found" for Default .aspx on IIS 7.5
Cisco ASA 5505 connecting to Internet through a Comcast Router
Comparison Netgear ReadyNAS vs. Buffalo Terastation
Using a delegate to report back to an object
Sybase Database truncate table issues
How to equal current date in access
SQL 2k Database restore using only MDF flies