I have a products table, that has a manufacturerID that is currently -1 for all the products.
I have a manufacturer table that has a SKU prefix.
So if a MFG sku prefix is: ABC
Then the products table will have products like ABC123, ABC3434.
So I need a query to update the products table, to set the manufacturerID based on the skuPrefix in the Manufacturer table.
is this possible?