Cambia where id=(SELECT
a where id IN (SELECT
O quello che vuoi veramente è probabilmente:
SELECT sum(price) FROM table2 INNER JOIN table1 ON table2.id = table1.theid WHERE table1.user_id = 'my_id'
Cambia where id=(SELECT
a where id IN (SELECT
O quello che vuoi veramente è probabilmente:
SELECT sum(price) FROM table2 INNER JOIN table1 ON table2.id = table1.theid WHERE table1.user_id = 'my_id'