Mysql – SELECT duplicate values excluding most frequently used
I have two relevant tables in MySQL that look something like this: marker table id SEASONCD ITEMCD PRICETYPECD 1 foo bar baz 2 foo bar baz 3 foo bar baz 4 qux bar baz 5 qux bar baz 6 spam…