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
Outlook and HTML Tracking
Selecting nth item from a comma separated string
Add Mirror Greyed Out
Monitor CIsco 6500 Switch Fabric and Backplane Utilization
Split String in C#
How to get an USB speaker to work with Eee PC 900 Xandros Linux
Need to Recover NT4 Domain Admin Password
how to truncate the transaction logs in exchange 2010 after NT backup
qmail ,mutt problem: Error sending message, child exited 127 (Exec error.).
How to alter web page so Google Chrome will clear old data?