I have a set of records (company details) exported from Outlook. The address feild is a concatenation of the seperate address lines. This means that instead of the usual address1, address2 etc it all appears in the address1 feild. the actual alements fo the address are de;imited by a carriage return which appears as to thick black vertical lines in the excel column.
Question, in terms of SQLwhat is the easiest way to run a query to split the field into three. The address is delimitted by a carriage return.
"Pentland View House
Damhead
Lothianburn"
TIA
Pentland View House¦¦Damhead¦¦Lothianburn
Question, in terms of SQLwhat is the easiest way to run a query to split the field into three. The address is delimitted by a carriage return.
"Pentland View House
Damhead
Lothianburn"
TIA
Pentland View House¦¦Damhead¦¦Lothianburn