I have 3 tables. And I use math operations for this three tables.
SELECT table_1.a + table_2.a + table_3.a FROM table_1 LEFT JOIN table_2 ON table_2.user_id = tab