Hi, I have a field called "contents" in two different tables that fetch the body of email messages. One table is called test1 the other test2. I need to write a query that will match a string of text that shows up in the middle of both of the fields that look like this:
[test1].contents looks like
File List:
13495234978423usa.zip
Login
------------And---------
[test2].contents looks like:
File List:
13495234978423usa.zip
Total(no extra space)
I need help extracting just the “13495234978423usa.zip” string of text to put into a new field called extracted_text in each of their respective tables.
Any takers?