Hi I have a source database with a table called PatientDemographics. Within that table there is a column called PatientID. I need to import this data into another database but I need to append the letters CA into the source database patienID column. So the patient id would become CA12345. How can I do this?