Hey,
I am running OSC and I need to issue a MYSQl statement to the effect of:
products_model = products_id ONLY if the products_model field is blank.
In other words, if there is ALREADY a product model, it should be left alone. If there is NOT one already then it should be set to the products_id.
Does any one have a suggestion of how to do this?
thanks a bunch
I am running OSC and I need to issue a MYSQl statement to the effect of:
products_model = products_id ONLY if the products_model field is blank.
In other words, if there is ALREADY a product model, it should be left alone. If there is NOT one already then it should be set to the products_id.
Does any one have a suggestion of how to do this?
thanks a bunch












