I have a table ( produtos
) that has column product_params
Several products have the value of this table with max_order_level=""
and I want to replace all of them with max_order_level="1"
, that is, change the empty value of max_order_level to 1.
Is there a way I can do this all at once?