I have two tables named A and B
table A- id1 id2 id3 id4
table B- id5 id6 id7 id8
I want to check whether a data exists in table A on field id1 or in table B on fields id6 or id7
Find in database ...