Mailinglisten-Archive |
Hi Tobias, > mysql_query("UPDATE table SET field1=REPLACE(field1,'','ae'), > field1=REPLACE(field1,'','oe'), field1=REPLACE(field1,'','ue')"); > geht das? Hab das hier gerade in phpMyAdmin getestet, und es hat geklappt: "UPDATE t_mandant_profile SET schwerpunkt=REPLACE(schwerpunkt,'','ae'), schwerpunkt=REPLACE (schwerpunkt,'','oe'), schwerpunkt=REPLACE(schwerpunkt,'','ue') WHERE ProfilNr=4"; Also msste das oben auch funktionieren. Gru Henning
php::bar PHP Wiki - Listenarchive