Hi vincent
Im trying to select all records from
table2 that contain the same email addresses found in table1
the formats of which are for example sake as follows
table1
id email
1 name@domain.com
table2
id emailadd
8 mailto:name@domain.com?subject= etc etc
the problem im having is knowing how to identify/compare the email string contained within table 2
if the mailto: and ?subject= etc etc were not there it would be a breeze..but they are 🙁
there are quite a few other tables and records i have.
table 2 also has a count column/field
the only way i can think relating the other tables to table2 is by using the emailadd field which i know to contain strings found in other tables mainly table1.
bad design in the first instance yep, but i never contemplated using it in the way I now plan too.