Hallo,
UPDATE A
SET VALUE=99
WHERE VALUE=7
>
> > Das geht ja leider nicht:
> > Currently, you cannot update a table and select from the same table in a subquery
>
> selbstverständlich geht das. Eine einfache WHERE-Klausel ist kein Subselect.
Echt? Ich hab das getestet (via phymyadmin) mit dem Ergebnis, dass 0 Zeilen verändert werden.