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
Dynamics AX 2009 - AOS Performance
System Restore Points Not Created on Win 7
Moving to Exchange 2010 from Exchange 2007
How many database instance that can be supported by SQL Server 2008 Standard Edition?
obtain source (/usr/src) for 8.0-RELEASE-p3
Error event occuring since bringing up new HubCAS sever
Column Name in query
Where does this code start?
How can i setup IIS on windows server 2008
Require 2 CPUs on an Intel Server SC5520HC Motherboard?