Tabelle vom MySQL abfragen und aktualisieren
update tabelle set abc = 'neu' where id in ( select id from ( select * from tabelle where def is null and def not like 'das nicht%' order by…
update tabelle set abc = 'neu' where id in ( select id from ( select * from tabelle where def is null and def not like 'das nicht%' order by…