USE provisioning; SET sql_log_bin=0; UPDATE voip_cf_destinations SET destination=REPLACE(destination, 'sip:', 'sip:fax=') WHERE destination LIKE 'sip:%@fax2mail.local'; COMMIT;