Database: How to find and replace database entries?

Occasionally it can be important to edit database entries directly in it. To find a specific record and replace it, the following SQL statement is possible:

UPDATE tabellenName SET tabellenWert = replace(tabellenWert,"alterEintrag","neuerEintrag");
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.