Postgresql – How to SUM rows having same uid in two tables individually in SQL?
I am using PostgreSQL. I have two tables. Each having there own metric. I want to sum the metrics having same uid in each table induvidually and show them. Consider I have table A uid metric_1 timestamp a1. 10. x…