Originally posted by: mugs
What are you developing this database in? Access? MySQL?
Originally posted by: mugs
You doing this in PHP? Why not just combine them in your PHP code rather than the MySQL query?
Use this to do it in MySQL:
SELECT CONCAT(Players.F_Name, " ", Players.L_Name Player
FROM Players
