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
Having issues converting Physical ISA server to Virtual Server
Sonicwall TZ170 CPU monitor maxes out with windows updates
Expression Web Design/Layout Problem
Excel macro to lookup value and copy corresponding field
Windows player for Twonky media server
PHP error
Info@... users Not receiving email
Exchange Edge Transport Issues
Mac backup: unsupported file characters
How to install fonts for my website?