You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select count(distinct(category)) from categories where item_id in (select distinct(item_id) from bids group by item_id having max(bid_amount)>100 and max(bid_amount)<>'NULL');