I am trying to delete records from WR_reported_Sites
where the WR_reported_Sites
.Site_Name
is LIKE the Site_Name
in the sites
table. Here is what I have so far but it is not working. Any tips on how I can accomplish this? I am using mysql
DELETE FROM WR_reported_Sites
WHERE WR_reported_Sites
.Site_Name
LIKE sites
.Site_Name