Hello folks!
Does anyone know of a way to concatenate two fields when loading via SQL Loader?
I have data that looks like:
ID,Area_Code,Phone_Number
1,704,1234560
2,305,7891230
3,904,456890
I have a table that has a PHONE column, but no columns for area_code and phone_only. My control file...