A quick question...

Is there anyway to concatenate 2 strings together from the SELECT statement?

For example, I need to concatenate the first name and the last name together as an output:

the original SQL statement is as follows:
SELECT firstname, lastname
FROM customers

Thanks a lot!