Hi guys,
I have this setup: an output table where my results will end up consisting of
[FirstName]
[LastName]
[Address1]
[Address2]
[Address3]
[ZipCode]
[City]
[Country]
The original data consists mostly of line feed split address lines, some are split by commas, and there is one name field.
My original data tables look simply like this:
[NAME ]
[ADDRESS]
How would I translate these into one another using T-SQL?
Thanks for your time.
Matt