Tag: sql update
Magento 2 - update single model value
December 17, 2020 ยท 1 min read
Often you'll get in a situation when you have to update only one model field and at the same time you don't have a model object instance. Let's take a look how to achieve this.