There is 2 table: "users" and "clicks".
Users have: 'username' and 'referrer' Clicks have: 'user' and 'value'
users.username = clicks.user
How can I SUM clicks.value of the users whos referrer is "janosuser"?
I know it's INNER Join but I don't know what is the sql.