UPDATE `inv_stock` SET `warehouse_id` = 1 WHERE `warehouse_id` IS NULL; UPDATE `doc_order` SET `warehouse_id` = 1 WHERE `warehouse_id` IS NULL; ...