MD5 -Verschlüsselung für vorhandene Aufzeichnungen
UPDATE yourtable
SET hash = MD5(name)
WHERE hash IS NULL
Alive Angelfish
UPDATE yourtable
SET hash = MD5(name)
WHERE hash IS NULL