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
WordPress FIle Manager w/ Database Integration
how to change some user's password in Linux using a script (.sh or other)
Microsoft ebs security server configuration
SQL server 2005 create sub tree table
Counting the number of NON EMPTY cells in a table using javascript
Windows 2008 Network Load Balancing
Windows 7 WGA says my legitimate copy is NOT GENUINE
Remove shortcuts possibility in a web page or to put in favorite
Windows 2008 64bit system showing only 4GB usable...
update row information php