Comment 4 for bug 181905

Revision history for this message
James Henstridge (jamesh) wrote :

Oops. The MySQL example should have been:

    UPDATE bar, link SET bar.title='hoho'
      WHERE link.foo_id = 20 AND bar.id = link.bar_id;