How to split table up into multiple tables with unique rows based on sku – Mysql
I have a table with tier pricing showing the more products purchased the better the price. I have to import this table into another program that only lets me import products with the same sku once. This means I have…