...all
select id, user, description, tech
from test1.devices)
temp
group by id, user, description,tech
having count(*)>1
This code shows all the entries in the first table, even though there is a different entry than in the second table.
Help??
Thanks