Change Product Option Inner Hint Text In Database

I made a schoolboy error and created a load of global options with a spelling mistake and they ar enot linked.



Can anyone tell me if its possible to apply the query TO Change the same product option on ALL products in my database instead of just option ID = 720





Thanks

john



UPDATE `johnbol_embroider`.`cscart_product_options_descriptions` SET `inner_hint` = 'You can add any info you need to tell us in here, any queries and we will give you a call. Remember we will send a design proof for you to check' WHERE `cscart_product_options_descriptions`.`option_id` = 720 AND `cscart_product_options_descriptions`.`lang_code` = 'en'





EDIT, sorry

Cant see how to wrap the code/text above !!!