Search posts...
SELECT a.flavor from FIRST_HALF as a join ICECREAM_INFO as b on a.flavor = b.flavor where total_order > 3000 and ingredient_type = 'fruit_based';
moohyun