Hi,
I am stuck on this one so any help is more than welcome :D
I have a column with text and I need to copy any account numbers to a new column. The account numbers vary so I have to use wildcards, but the other problem is that the account numbers can have 3 different patterns (hyphen (example 1), empty space between numbers (example 3)).
For example text ... 123-45678-90 (account number) ... text ... 123456789 (account number) ... text .. 1234 5678 9012 3456 (account number)... text.
I think you have to use the LIKE operator with wildcards but with the hypen and empty space + copy to a new column thingy is just a bit too difficult for me. The alternative is reading a bunch of records every day and mannualy copy paste them :s
I am stuck on this one so any help is more than welcome :D
I have a column with text and I need to copy any account numbers to a new column. The account numbers vary so I have to use wildcards, but the other problem is that the account numbers can have 3 different patterns (hyphen (example 1), empty space between numbers (example 3)).
For example text ... 123-45678-90 (account number) ... text ... 123456789 (account number) ... text .. 1234 5678 9012 3456 (account number)... text.
I think you have to use the LIKE operator with wildcards but with the hypen and empty space + copy to a new column thingy is just a bit too difficult for me. The alternative is reading a bunch of records every day and mannualy copy paste them :s