I need to add a few fields to the orders table.

customers_lastname
and
customers_firstname

and make sure that it pulls this info from the customer table.

right now it pulls customers_name and puts it together but i am working on an xml export that has to have first and last name separate

Can someone help on this?