I'm so stumped I can't even google this! I've got a distinct query figured out, but then I want to sum up one column in the query results & can't figure it out. Example:
select distinct t1.basket, t1.fruit, t1.qty, t2.size from table1 t1, table2 t2 where t1.basket=t2.basketID