delete from va_manufacturers;
You may also need another query to update products. It is as follows: update va_items set manufacturer_id=NULL;
update va_items set manufacturer_id=NULL;