I have a table with 3 simple fields all 2 varchar 1 double.
distributor,manufactutrerssku,cost
I have several diffent distributors listed in my table and some of them carry the same manufacturers products so I am trying to find out which skus are available at more than one distributor and where the cost is best. This is simple enought to do in php but on a select line I am lost. Can this be done or is it impossible?
Anyhelp greatly appreciated, I read all i could on the mysql site but couldnt find anything related to this scenario.
distributor,manufactutrerssku,cost
I have several diffent distributors listed in my table and some of them carry the same manufacturers products so I am trying to find out which skus are available at more than one distributor and where the cost is best. This is simple enought to do in php but on a select line I am lost. Can this be done or is it impossible?
Anyhelp greatly appreciated, I read all i could on the mysql site but couldnt find anything related to this scenario.
Comment