First, I'm not a PERL programmer, however I am in a quandry and need help. I am using MySQl and it does not support subselects. I have 2 databases - let's call A and B. Within database A, I have a field, x. Within database B, I have fields x, y, and z.
What I need to do is take field x in table B and see if it exists in table A, field x. If the fields are equal (a match is found), I need to update table B, field z with "yes". If a match is not found, I need to update field z in Table B with "no".
Any takers? This is very important to me and I would be eternally grateful!
Thanks in advance.
What I need to do is take field x in table B and see if it exists in table A, field x. If the fields are equal (a match is found), I need to update table B, field z with "yes". If a match is not found, I need to update field z in Table B with "no".
Any takers? This is very important to me and I would be eternally grateful!
Thanks in advance.