I have a simple query to throw up suppliers that have been used more than twice. Unfortunately my base data has:
Supplier, Order Number, Item
I want to group by supplier and count the unique order numbers as I may have three line items for order number 123 and two line items for 124 and want...