Chaps when I do an update via the grid editor, toad fails when the query contains a join (even though in the select the columns are all referenced from the 'from' table - i.e. no ambiguity as to which table to update). Previous versions of Toad did not have this issue, nor does SQLyog. select c.id, c.`round`, c.personal_email, c.personal_email_2 from ags.current_contacts as c inner join ags.alumni_initial as a on a.id = c.id where a.pers_email1 c.personal_email ; Any ideas how to make this work would be appreciated ;)
↧