Hi all,

Final find this way work for me.

UPDATE products
SET products_model = CONCAT('EK',products_model)
WHERE manufacturers_id = 11
AND products_model NOT LIKE 'EK%'