I currently have a table that looks something like this:
+------+-------+------------+------------+ | id | rate | first_name | last_name | +------+-----
SELECT SUM(rate) FROM [TABLE] GROUP BY CONCAT_WS(' ', first_name, last_name);