Running this sql:
SELECT
user_id,
base_item
FROM
items
WHERE
base_item = "202"
gives me this http://prntscr.com/9gwwxq However, how do i expand the MYSQL query to add up the amount of 202 base_items a user_id has. e.g user_id 41 has 6.